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 752025 - wayland: print correct coordinates during DnD
wayland: print correct coordinates during DnD
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-07-06 16:22 UTC by Michael Catanzaro
Modified: 2015-07-06 16:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: print correct coordinates during DnD (2.25 KB, patch)
2015-07-06 16:22 UTC, Michael Catanzaro
none Details | Review
wayland: print correct coordinates during DnD (2.25 KB, patch)
2015-07-06 16:24 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2015-07-06 16:22:28 UTC
Convert wl_fixed values to floats for printing, rather than printing
them as non-meaningful integers.
Comment 1 Michael Catanzaro 2015-07-06 16:22:31 UTC
Created attachment 306933 [details] [review]
wayland: print correct coordinates during DnD
Comment 2 Michael Catanzaro 2015-07-06 16:24:50 UTC
Created attachment 306934 [details] [review]
wayland: print correct coordinates during DnD

Convert wl_fixed values to floats for printing, rather than printing
them as non-meaningful integers.
Comment 3 Carlos Garnacho 2015-07-06 16:26:32 UTC
Comment on attachment 306934 [details] [review]
wayland: print correct coordinates during DnD

Looks good to me, thanks :)
Comment 4 Michael Catanzaro 2015-07-06 16:32:34 UTC
Attachment 306934 [details] pushed as 09273d9 - wayland: print correct coordinates during DnD