mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Give keyboard focus to unmanaged xwayland surfaces
This fixes dmenu
This commit is contained in:
parent
a5d06b6e2b
commit
2b357af7ee
4 changed files with 58 additions and 36 deletions
|
|
@ -64,6 +64,9 @@ void seat_set_focus(struct sway_seat *seat, struct sway_container *container);
|
|||
void seat_set_focus_warp(struct sway_seat *seat,
|
||||
struct sway_container *container, bool warp);
|
||||
|
||||
void seat_set_focus_surface(struct sway_seat *seat,
|
||||
struct wlr_surface *surface);
|
||||
|
||||
void seat_set_focus_layer(struct sway_seat *seat,
|
||||
struct wlr_layer_surface *layer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue