mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
cursor-renderer: Remove bogus assert
This commit is contained in:
parent
6c743dad88
commit
def097359c
@ -53,8 +53,6 @@ queue_redraw (MetaCursorRenderer *renderer)
|
|||||||
MetaWaylandCompositor *compositor = meta_wayland_compositor_get_default ();
|
MetaWaylandCompositor *compositor = meta_wayland_compositor_get_default ();
|
||||||
ClutterActor *stage = compositor->stage;
|
ClutterActor *stage = compositor->stage;
|
||||||
|
|
||||||
g_assert (meta_is_wayland_compositor ());
|
|
||||||
|
|
||||||
/* During early initialization, we can have no stage */
|
/* During early initialization, we can have no stage */
|
||||||
if (!stage)
|
if (!stage)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user