mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
cursor-renderer: We always use a MetaStage
This commit is contained in:
parent
c81a0dede2
commit
10ac1000f7
@ -57,10 +57,6 @@ queue_redraw (MetaCursorRenderer *renderer)
|
|||||||
if (!stage)
|
if (!stage)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* If we're not using a MetaStage, quit early */
|
|
||||||
if (!META_IS_STAGE (stage))
|
|
||||||
return;
|
|
||||||
|
|
||||||
meta_stage_set_cursor (META_STAGE (stage),
|
meta_stage_set_cursor (META_STAGE (stage),
|
||||||
priv->displayed_cursor,
|
priv->displayed_cursor,
|
||||||
&priv->current_rect);
|
&priv->current_rect);
|
||||||
|
Loading…
Reference in New Issue
Block a user