GNOME Bugzilla – Bug 605960
new examples require GTK 2.18
Last modified: 2010-01-04 09:51:25 UTC
e.g. the seek example is using gdk_window_ensure_native, which was introduced in 2.18
Created attachment 150729 [details] [review] new examples require GTK 2.18
Actually, the gdk_window_ensure_native() calls should be surrounded by "#if GTK_VERSION_CHECK(2, 18, 0)".. Since they're only decorative. The rest should work with earlier versions.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 601809 ***
commit fe970cb8566b3b7e24d9e2786738f5273f089af4 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Mon Jan 4 09:49:25 2010 +0000 examples: use Gtk+-2.18 API conditionally so the seek example and colorkey test work with older Gtk+ versions as well. Fixes #605960.