mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
gdk: Do not use deprecated macros
Use the replacement functions instead.
This commit is contained in:
parent
eefbb88675
commit
4040f2d556
@ -388,7 +388,7 @@ clutter_master_clock_gdk_stage_realized (ClutterStage *stage,
|
|||||||
GParamSpec *spec,
|
GParamSpec *spec,
|
||||||
ClutterMasterClockGdk *master_clock)
|
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);
|
clutter_master_clock_gdk_listen_to_stage (master_clock, stage);
|
||||||
else
|
else
|
||||||
clutter_master_clock_gdk_remove_stage_clock (master_clock, stage);
|
clutter_master_clock_gdk_remove_stage_clock (master_clock, stage);
|
||||||
|
Loading…
Reference in New Issue
Block a user