rootston: add keybinding to toggle decoration mode

This commit is contained in:
emersion 2018-08-06 08:30:03 +01:00
parent eb9c9d8852
commit 9d0e37f768
3 changed files with 21 additions and 0 deletions

View file

@ -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 {