mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 15:45:54 +00:00
cursor-tracker: Keep a pointer to the backend
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1391
This commit is contained in:
@@ -988,7 +988,9 @@ meta_backend_initable_init (GInitable *initable,
|
||||
if (!priv->renderer)
|
||||
return FALSE;
|
||||
|
||||
priv->cursor_tracker = g_object_new (META_TYPE_CURSOR_TRACKER, NULL);
|
||||
priv->cursor_tracker = g_object_new (META_TYPE_CURSOR_TRACKER,
|
||||
"backend", backend,
|
||||
NULL);
|
||||
|
||||
priv->dnd = g_object_new (META_TYPE_DND, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user