GNOME Bugzilla – Bug 786440
[PATCH] Remove calls to deprecated functions gdk_threads_{enter,leave}
Last modified: 2017-08-19 06:44:11 UTC
Created attachment 357830 [details] [review] Remove calls to deprecated functions gdk_threads_{enter,leave} These weren't needed anyway: * ev_timeline_run_frame is referenced from two calls to g_timeout_add. The callbacks will be emitted in the main thread. * The function does neither call any GTK+ nor GDK function. "Tested" with an example presentation using transitions. Please check that I got that right!
Comment on attachment 357830 [details] [review] Remove calls to deprecated functions gdk_threads_{enter,leave} Agree, thanks you