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:
Tudor Brindus 2020-10-18 00:07:41 -04:00 committed by Simon Ser
parent 5bcbc0b4a9
commit 181798c2fe
2 changed files with 14 additions and 4 deletions

View file

@ -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;