aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/input.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-17 17:21:11 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-17 17:21:11 -0400
commitc00a94ca76cfc81353b78174e88539f17e9db7e0 (patch)
tree679151019b275b352f5fa776c1d0b230a88c05ba /include/rootston/input.h
parentb7c622a319aff00a1c825a4f16bd9443faa6b7c4 (diff)
data-device: fix drag icon position
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r--include/rootston/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index 40aea80a..357991ee 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -75,6 +75,9 @@ struct roots_drag_icon {
struct wl_list link; // roots_input::drag_icons
bool mapped;
+ int32_t sx;
+ int32_t sy;
+
struct wl_listener surface_destroy;
struct wl_listener surface_commit;
};