aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authornyorain <nyorain@gmail.com>2018-09-07 14:48:28 +0200
committernyorain <nyorain@gmail.com>2018-09-07 14:48:28 +0200
commitf6168c2afeece02b118b2bc43412fc3344e59028 (patch)
treed3e71fffbcb8d5f0c0ed986bdef0e73f2a68a952 /include/wlr
parent8898f3199a99f3953e08a9312ad993712e434f71 (diff)
Fix #1129 and remove sx, sy from wlr_drag_icon
sx, sy used to store the buffer offset of the drag surface which was then be added (by rootston) to the drag icon position. Buffer offsets are handled already in surface_intersect_output (output.c) so they were added twice for dnd surfaces.
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_data_device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h
index cc04c9e9..c45e8d1c 100644
--- a/include/wlr/types/wlr_data_device.h
+++ b/include/wlr/types/wlr_data_device.h
@@ -93,8 +93,6 @@ struct wlr_drag_icon {
bool is_pointer;
int32_t touch_id;
- int32_t sx, sy;
-
struct {
struct wl_signal map;
struct wl_signal unmap;