cursor-tracker: Don't require a screen
This allows us to do initialization earlier and not have to poke into Wayland internals from the cursor tracker.
This commit is contained in:
@ -30,7 +30,6 @@
|
||||
struct _MetaCursorTracker {
|
||||
GObject parent_instance;
|
||||
|
||||
MetaScreen *screen;
|
||||
MetaCursorRenderer *renderer;
|
||||
|
||||
gboolean is_showing;
|
||||
|
Reference in New Issue
Block a user