diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-15 06:43:30 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-15 08:34:48 -0500 |
commit | ac4841ba37aee8c0d661c44f2de2fd6ed5d38086 (patch) | |
tree | a6b7ac945dedb421f6cd798b9546169155b58355 /include/rootston/seat.h | |
parent | a337e9550587aea885779fe93340f1b90376682c (diff) |
put dnd icon in the right place
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r-- | include/rootston/seat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index e5a1dc71..c9dc883c 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -26,6 +26,9 @@ struct roots_seat { struct wl_list link; struct wl_list drag_icons; + // coordinates of the touch grab if one exists + double touch_grab_x, touch_grab_y; + struct roots_view *focus; struct wl_list keyboards; |