aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/seat.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-06-05 23:01:43 -0400
committerTony Crisci <tony@dubstepdish.com>2018-06-05 23:01:43 -0400
commit9333acd68e468d409cbcc30fb742fdf57c631cb9 (patch)
tree71eb8d51a680bf1f06a3b323b523153eceb89bd3 /include/rootston/seat.h
parent319ebdf47628b2761fcb7cf86bf4024b882becec (diff)
handle drag icon map in rootston
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r--include/rootston/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h
index bed81c88..0e3043dd 100644
--- a/include/rootston/seat.h
+++ b/include/rootston/seat.h
@@ -58,6 +58,7 @@ struct roots_drag_icon {
double x, y;
struct wl_listener surface_commit;
+ struct wl_listener map;
struct wl_listener unmap;
struct wl_listener destroy;
};