cursor-tracker: Don't cache a private pointer to the cursor renderer
This means we don't rely on contruction order any more. https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
@ -30,8 +30,6 @@
|
||||
struct _MetaCursorTracker {
|
||||
GObject parent_instance;
|
||||
|
||||
MetaCursorRenderer *renderer;
|
||||
|
||||
gboolean is_showing;
|
||||
|
||||
MetaCursorSprite *displayed_cursor;
|
||||
|
Reference in New Issue
Block a user