mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Don't unfocus when an override redirect window is mapped
This commit is contained in:
parent
fb4eca5d56
commit
747725b8bb
3 changed files with 19 additions and 26 deletions
|
|
@ -83,7 +83,7 @@ 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);
|
||||
struct wlr_surface *surface, bool unfocus);
|
||||
|
||||
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