cursor-renderer: We always use a MetaStage

This commit is contained in:
Jasper St. Pierre 2014-05-17 10:50:44 -04:00
parent c81a0dede2
commit 10ac1000f7

View File

@ -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);