Fix compatibility layer for Gtk+ 2

This commit is contained in:
Pierre Pronchery 2016-02-20 03:20:30 +01:00
parent 6269f36060
commit 1496dce23f

View File

@ -103,7 +103,7 @@
# endif
/* Gtk+ 3.0 */
# if GTK_CHECK_VERSION(3, 0, 0)
# if !GTK_CHECK_VERSION(3, 0, 0)
void gdk_window_clear(GdkWindow * window);
GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing);