diff options
author | emersion <contact@emersion.fr> | 2018-06-07 11:18:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 11:18:58 +0100 |
commit | 6f895081e1d05e651543187e11766259e2b4f798 (patch) | |
tree | 9ef3692165726c41d7ad3d39dc8880eda21ea0f8 /include/rootston | |
parent | 211463ba8709e1ac94944deb11b5669f2d3b32e4 (diff) | |
parent | 5d3e95f833ae562bf6926ddfb9f1bdb0492c1674 (diff) |
Merge pull request #1043 from acrisci/drag-icon-unmap
drag-icon map and unmap fixes
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/seat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index 7b09f339..0e3043dd 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -59,6 +59,7 @@ struct roots_drag_icon { struct wl_listener surface_commit; struct wl_listener map; + struct wl_listener unmap; struct wl_listener destroy; }; |