main: request server-side decorations

This commit is contained in:
Daniel Eklöf 2019-08-30 17:55:45 +02:00
parent f2fda437e7
commit 47da5b4086
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 45 additions and 0 deletions

View file

@ -72,6 +72,9 @@ struct wayland {
struct xdg_surface *xdg_surface;
struct xdg_toplevel *xdg_toplevel;
struct zxdg_decoration_manager_v1 *xdg_decoration_manager;
struct zxdg_toplevel_decoration_v1 *xdg_toplevel_decoration;
/* Scrollback search */
struct wl_surface *search_surface;
struct wl_subsurface *search_sub_surface;