mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
xwayland: listen to request_activate event
When REAPER submenu is closed `XCB_CLIENT_MESSAGE` with type `NET_ACTIVE_WINDOW` is sent to set focus to parent menu. Closes: https://github.com/swaywm/sway/issues/6324
This commit is contained in:
parent
518e18a54b
commit
69b430201c
2 changed files with 18 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ struct sway_xwayland_unmanaged {
|
|||
|
||||
int lx, ly;
|
||||
|
||||
struct wl_listener request_activate;
|
||||
struct wl_listener request_configure;
|
||||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue