Merge pull request #1179 from emersion/rootston-toggle-decoration-mode

rootston: add keybinding to toggle decoration mode
This commit is contained in:
Drew DeVault 2018-08-06 08:11:06 -04:00 committed by GitHub
commit 28b0a4065b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {