From 02a7efaf7d34c2ecbe5e4a367fc72c46028e5765 Mon Sep 17 00:00:00 2001 From: Glorf Date: Mon, 24 Mar 2014 19:39:34 +0100 Subject: Changes to make possible compiling in GTK3 mode. Needs --disable-caja flag set! --- libview/ev-timeline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libview') diff --git a/libview/ev-timeline.c b/libview/ev-timeline.c index 5887c73b..4f918ea3 100644 --- a/libview/ev-timeline.c +++ b/libview/ev-timeline.c @@ -150,7 +150,7 @@ ev_timeline_run_frame (EvTimeline *timeline) gdouble progress; guint elapsed_time; - GDK_THREADS_ENTER (); + gdk_threads_enter(); priv = EV_TIMELINE_GET_PRIV (timeline); @@ -174,7 +174,7 @@ ev_timeline_run_frame (EvTimeline *timeline) } } - GDK_THREADS_LEAVE (); + gdk_threads_leave(); return TRUE; } -- cgit v1.2.1