mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Use the new map/unmap events for xwayland views
This commit is contained in:
parent
1c50d79e19
commit
cf09ea184b
2 changed files with 11 additions and 11 deletions
|
|
@ -28,8 +28,8 @@ struct sway_xwayland_surface {
|
|||
struct wl_listener request_resize;
|
||||
struct wl_listener request_maximize;
|
||||
struct wl_listener request_configure;
|
||||
struct wl_listener unmap_notify;
|
||||
struct wl_listener map_notify;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener map;
|
||||
struct wl_listener destroy;
|
||||
|
||||
int pending_width, pending_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue