mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: add keybinding to toggle decoration mode
This commit is contained in:
parent
eb9c9d8852
commit
9d0e37f768
3 changed files with 21 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue