diff options
author | emersion <contact@emersion.fr> | 2018-08-06 08:30:03 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-08-06 08:35:14 +0100 |
commit | 9d0e37f768f49211eddfeba1abd35c1a2ccaa843 (patch) | |
tree | d80ab00fd88aee2eb55f51eac43d781a28a1b62c /include/rootston/view.h | |
parent | eb9c9d8852bf3b82d78418796c73142054ffab99 (diff) |
rootston: add keybinding to toggle decoration mode
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r-- | include/rootston/view.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |