From 9d0e37f768f49211eddfeba1abd35c1a2ccaa843 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 6 Aug 2018 08:30:03 +0100 Subject: rootston: add keybinding to toggle decoration mode --- include/rootston/view.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/rootston') diff --git a/include/rootston/view.h b/include/rootston/view.h index 69cbc87c..14448fc6 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -39,6 +39,8 @@ struct roots_xdg_surface_v6 { uint32_t pending_move_resize_configure_serial; }; +struct roots_xdg_toplevel_decoration; + struct roots_xdg_surface { struct roots_view *view; @@ -54,6 +56,8 @@ struct roots_xdg_surface { struct wl_listener surface_commit; uint32_t pending_move_resize_configure_serial; + + struct roots_xdg_toplevel_decoration *xdg_toplevel_decoration; }; struct roots_xwayland_surface { -- cgit v1.2.3