From 1496dce23fc6e2c675cb7858261cb208654fe853 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 20 Feb 2016 03:20:30 +0100 Subject: [PATCH] Fix compatibility layer for Gtk+ 2 --- include/Desktop/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Desktop/compat.h b/include/Desktop/compat.h index 16fc2f6..d8c237d 100644 --- a/include/Desktop/compat.h +++ b/include/Desktop/compat.h @@ -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);