Render drag icons

This commit is contained in:
emersion 2018-06-09 13:26:03 +01:00
parent 21d98d5bfb
commit cfd02918c0
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 193 additions and 23 deletions

View file

@ -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;