mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Handle xwayland configure requests for unmanaged surfaces
This commit is contained in:
parent
a528aea2ee
commit
07f3bb3ad1
2 changed files with 14 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ struct sway_xwayland_unmanaged {
|
|||
struct wlr_xwayland_surface *wlr_xwayland_surface;
|
||||
struct wl_list link;
|
||||
|
||||
struct wl_listener request_configure;
|
||||
struct wl_listener commit;
|
||||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue