gdk: Do not use deprecated macros
Use the replacement functions instead.
This commit is contained in:
parent
eefbb88675
commit
4040f2d556
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ clutter_master_clock_gdk_stage_realized (ClutterStage *stage,
|
|||
GParamSpec *spec,
|
||||
ClutterMasterClockGdk *master_clock)
|
||||
{
|
||||
if (CLUTTER_ACTOR_IS_REALIZED (stage))
|
||||
if (clutter_actor_is_realized (CLUTTER_ACTOR (stage)))
|
||||
clutter_master_clock_gdk_listen_to_stage (master_clock, stage);
|
||||
else
|
||||
clutter_master_clock_gdk_remove_stage_clock (master_clock, stage);
|
||||
|
|
Loading…
Add table
Reference in a new issue