MetaWaylandPointer: Don't keep our own MetaCursorTracker pointer

There is no reason to, we can just retrieve it every time we need it.

https://bugzilla.gnome.org/show_bug.cgi?id=744932
This commit is contained in:
Jonas Ådahl
2015-07-17 15:29:42 +08:00
parent cd1ce2cb0a
commit 68279e8a08
2 changed files with 3 additions and 8 deletions

View File

@@ -65,7 +65,6 @@ struct _MetaWaylandPointer
guint32 focus_serial;
guint32 click_serial;
MetaCursorTracker *cursor_tracker;
MetaWaylandSurface *cursor_surface;
struct wl_listener cursor_surface_destroy_listener;
int hotspot_x, hotspot_y;