display: Keep pointer to the context
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
This commit is contained in:
@ -321,7 +321,7 @@ meta_context_start (MetaContext *context,
|
||||
meta_backend_init_wayland (meta_get_backend ());
|
||||
#endif
|
||||
|
||||
priv->display = meta_display_new (error);
|
||||
priv->display = meta_display_new (context, error);
|
||||
if (!priv->display)
|
||||
return FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user