diff options
author | emersion <contact@emersion.fr> | 2018-09-07 15:22:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 15:22:16 +0200 |
commit | 085142ba346e0b8dd1a9b1a969a37156cf5656c1 (patch) | |
tree | d3e71fffbcb8d5f0c0ed986bdef0e73f2a68a952 /include | |
parent | 8898f3199a99f3953e08a9312ad993712e434f71 (diff) | |
parent | f6168c2afeece02b118b2bc43412fc3344e59028 (diff) |
Merge pull request #1232 from nyorain/fix/dnd-offset
Fix #1129
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 2 |
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; |