Merge pull request #2124 from emersion/drag-icons

Render drag icons
This commit is contained in:
Drew DeVault 2018-06-09 10:50:34 -07:00 committed by GitHub
commit 867fb6aedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;