After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742785 - [PATCH] Fix event->button.y_root when using mouse buttons and dnd canceled
[PATCH] Fix event->button.y_root when using mouse buttons and dnd canceled
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-01-11 23:09 UTC by maksqwe
Modified: 2015-01-17 21:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (897 bytes, patch)
2015-01-11 23:09 UTC, maksqwe
committed Details | Review

Description maksqwe 2015-01-11 23:09:10 UTC
Created attachment 294312 [details] [review]
Patch

gdkdnd-wayland.c 500

event->button.x = event->button.x_root = x;
event->button.y = event->button.x_root = y; <----