Add xdg-decoration
This commit is contained in:
@@ -33,6 +33,9 @@ struct pointer_event
|
||||
uint32_t axis_source;
|
||||
};
|
||||
|
||||
struct zxdg_decoration_manager_v1;
|
||||
struct zxdg_toplevel_decoration_v1;
|
||||
|
||||
struct client_state
|
||||
{
|
||||
/* Globals */
|
||||
@@ -42,6 +45,8 @@ struct client_state
|
||||
struct wl_compositor *wl_compositor;
|
||||
struct xdg_wm_base *xdg_wm_base;
|
||||
struct wl_seat *wl_seat;
|
||||
struct zxdg_decoration_manager_v1 *xdg_decoration_manager;
|
||||
struct zxdg_toplevel_decoration_v1 *xdg_toplevel_decoration;
|
||||
|
||||
/* Objects */
|
||||
struct wl_surface *wl_surface;
|
||||
|
||||
Reference in New Issue
Block a user