GNOME Bugzilla – Bug 681215
Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leave
Last modified: 2012-08-06 16:55:44 UTC
Using the functions directly allows us to benefit from the new more gracious deprecation approach, and doesn't force a harsh build break due to undefined macros.
Created attachment 220335 [details] [review] Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leave
Review of attachment 220335 [details] [review]: Thanks!, please push it.
The following fix has been pushed: c67e5e9 Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leave
Created attachment 220469 [details] [review] Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leave Using the functions directly allows us to benefit from the new more gracious deprecation approach, and doesn't force a harsh build break due to undefined macros.