mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Render drag icons
This commit is contained in:
parent
21d98d5bfb
commit
cfd02918c0
6 changed files with 193 additions and 23 deletions
|
|
@ -37,6 +37,7 @@ void layout_init(void) {
|
|||
root_container.sway_root->output_layout = wlr_output_layout_create();
|
||||
wl_list_init(&root_container.sway_root->outputs);
|
||||
wl_list_init(&root_container.sway_root->xwayland_unmanaged);
|
||||
wl_list_init(&root_container.sway_root->drag_icons);
|
||||
wl_signal_init(&root_container.sway_root->events.new_container);
|
||||
|
||||
root_container.sway_root->output_layout_change.notify =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue