mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
render override redirect
This commit is contained in:
parent
2ce1d8d6cd
commit
83ddd2d9db
7 changed files with 97 additions and 12 deletions
|
|
@ -9,6 +9,8 @@ struct sway_root {
|
|||
struct wlr_output_layout *output_layout;
|
||||
|
||||
struct wl_listener output_layout_change;
|
||||
|
||||
struct wl_list unmanaged_views; // sway_view::unmanaged_view_link
|
||||
};
|
||||
|
||||
void init_layout(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue