[gnome-control-center] wacom: Avoid deprecated Clutter API



commit ff2cfece51ee6ddbb67eac9610f7350d6cf5cfef
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Jan 22 21:57:49 2016 +0100

    wacom: Avoid deprecated Clutter API

 panels/wacom/calibrator/calibrator-gui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/calibrator/calibrator-gui.c b/panels/wacom/calibrator/calibrator-gui.c
index b58dfdc..5b9bcba 100644
--- a/panels/wacom/calibrator/calibrator-gui.c
+++ b/panels/wacom/calibrator/calibrator-gui.c
@@ -482,7 +482,7 @@ on_fullscreen (GtkWindow           *window,
     return FALSE;
 
   /* Protect against window state multiple changes*/
-  if (CLUTTER_ACTOR_IS_VISIBLE (area->action_layer))
+  if (clutter_actor_is_visible (area->action_layer))
     return FALSE;
 
   clutter_actor_show (area->action_layer);


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