mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
xwayland: listen to set_geometry
event
Closes #5735, refs #3007. This makes the "Search everywhere" dialog in JetBrains IDEs movable.
This commit is contained in:
parent
5bcbc0b4a9
commit
181798c2fe
2 changed files with 14 additions and 4 deletions
|
@ -174,6 +174,7 @@ struct sway_xwayland_unmanaged {
|
|||
struct wl_listener request_configure;
|
||||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener commit;
|
||||
struct wl_listener set_geometry;
|
||||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener destroy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue