wacom: Avoid deprecated Clutter API

This commit is contained in:
Carlos Garnacho 2016-01-22 21:57:49 +01:00
parent c0e854a6dd
commit ff2cfece51

View file

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