Fix compatibility layer for Gtk+ 2
This commit is contained in:
parent
6269f36060
commit
1496dce23f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user