xwayland: support views that change override-redirect status

This commit is contained in:
Tobias Langendorf 2020-08-29 17:14:55 +02:00 committed by Simon Ser
parent 392d4808c3
commit 657587964e
2 changed files with 68 additions and 20 deletions

View file

@ -162,6 +162,7 @@ struct sway_xwayland_view {
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener destroy;
struct wl_listener override_redirect;
};
struct sway_xwayland_unmanaged {
@ -176,6 +177,7 @@ struct sway_xwayland_unmanaged {
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener destroy;
struct wl_listener override_redirect;
};
#endif
struct sway_view_child;