[mutter] cursor-renderer: We always use a MetaStage



commit 10ac1000f7d11a6fcc644a515593ac645920ac7f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat May 17 10:50:44 2014 -0400

    cursor-renderer: We always use a MetaStage

 src/backends/meta-cursor-renderer.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/backends/meta-cursor-renderer.c b/src/backends/meta-cursor-renderer.c
index de707d8..eb6d557 100644
--- a/src/backends/meta-cursor-renderer.c
+++ b/src/backends/meta-cursor-renderer.c
@@ -57,10 +57,6 @@ queue_redraw (MetaCursorRenderer *renderer)
   if (!stage)
     return;
 
-  /* If we're not using a MetaStage, quit early */
-  if (!META_IS_STAGE (stage))
-    return;
-
   meta_stage_set_cursor (META_STAGE (stage),
                          priv->displayed_cursor,
                          &priv->current_rect);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]