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:
Jonas Ådahl
2016-12-01 16:54:04 +08:00
parent 6dbb524b9f
commit e35ac9be8d
2 changed files with 10 additions and 7 deletions

View File

@ -30,8 +30,6 @@
struct _MetaCursorTracker {
GObject parent_instance;
MetaCursorRenderer *renderer;
gboolean is_showing;
MetaCursorSprite *displayed_cursor;