mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Handle unmanaged surfaces motion
This commit is contained in:
parent
d65d001aa5
commit
641807d920
4 changed files with 31 additions and 20 deletions
|
|
@ -87,6 +87,8 @@ struct sway_xwayland_unmanaged {
|
|||
struct wlr_xwayland_surface *wlr_xwayland_surface;
|
||||
struct wl_list link;
|
||||
|
||||
int lx, ly;
|
||||
|
||||
struct wl_listener request_configure;
|
||||
struct wl_listener commit;
|
||||
struct wl_listener map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue