diff options
| author | Tony Crisci <tony@dubstepdish.com> | 2017-10-17 17:21:11 -0400 |
|---|---|---|
| committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-17 17:21:11 -0400 |
| commit | c00a94ca76cfc81353b78174e88539f17e9db7e0 (patch) | |
| tree | 679151019b275b352f5fa776c1d0b230a88c05ba /include | |
| parent | b7c622a319aff00a1c825a4f16bd9443faa6b7c4 (diff) | |
| download | wlroots-c00a94ca76cfc81353b78174e88539f17e9db7e0.tar.xz | |
data-device: fix drag icon position
Diffstat (limited to 'include')
| -rw-r--r-- | include/rootston/input.h | 3 |
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; }; |
