Add support for xdg_toplevel.wm_capabilities

See https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/122
This commit is contained in:
Simon Ser 2022-05-06 20:05:04 +02:00
parent 2f68b421bf
commit 129e1a9b8e
4 changed files with 55 additions and 5 deletions

View file

@ -339,6 +339,11 @@ struct wl_window {
uint32_t serial;
} csd;
struct {
bool maximize:1;
bool minimize:1;
} wm_capabilities;
struct wl_surf_subsurf search;
struct wl_surf_subsurf scrollback_indicator;
struct wl_surf_subsurf render_timer;