Add fixme comment

This commit is contained in:
Ivan Molodetskikh
2024-04-25 08:48:35 +04:00
parent 04c5b9ad74
commit 9df71bcb5d
+1
View File
@@ -702,6 +702,7 @@ impl State {
})
};
let layer_focus = |surface: &LayerSurface| {
// FIXME: support on-demand.
let can_receive_keyboard_focus = surface.cached_state().keyboard_interactivity
== wlr_layer::KeyboardInteractivity::Exclusive;
can_receive_keyboard_focus