mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Render drag icons
This commit is contained in:
parent
21d98d5bfb
commit
cfd02918c0
6 changed files with 193 additions and 23 deletions
|
|
@ -28,6 +28,7 @@ struct sway_root {
|
|||
struct wl_listener output_layout_change;
|
||||
|
||||
struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link
|
||||
struct wl_list drag_icons; // sway_drag_icon::link
|
||||
|
||||
struct wlr_texture *debug_tree;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue