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 709593 - MetaCursorTracker: Set hot spot when cursor buffer set from wl_buffer
MetaCursorTracker: Set hot spot when cursor buffer set from wl_buffer
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
wayland
Depends on:
Blocks:
 
 
Reported: 2013-10-07 18:43 UTC by Jonas Ådahl
Modified: 2013-10-21 19:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MetaCursorTracker: Set hot spot when cursor buffer set from wl_buffer (1.15 KB, patch)
2013-10-07 18:43 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2013-10-07 18:43:04 UTC
When creating MetaCursorReference using a wl_resource, use the provided
hotspot coordinates.
    
This makes clients such as clickdot work more correctly.
Comment 1 Jonas Ådahl 2013-10-07 18:43:06 UTC
Created attachment 256659 [details] [review]
MetaCursorTracker: Set hot spot when cursor buffer set from wl_buffer

When creating MetaCursorReference using a wl_resource, use the provided
hotspot coordinates.

This makes clients such as clickdot work more correctly.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Comment 2 Giovanni Campagna 2013-10-09 16:37:38 UTC
Review of attachment 256659 [details] [review]:

Looks good!
Comment 3 Jonas Ådahl 2013-10-18 20:37:24 UTC
Should this be pushed somewhere?
Comment 4 Giovanni Campagna 2013-10-18 21:50:52 UTC
(In reply to comment #3)
> Should this be pushed somewhere?

Oh, you don't have commit access?
Comment 5 Jonas Ådahl 2013-10-18 22:24:50 UTC
Nope :)
Comment 6 Giovanni Campagna 2013-10-21 19:14:16 UTC
Attachment 256659 [details] pushed as dc8231c - MetaCursorTracker: Set hot spot when cursor buffer set from wl_buffer