[gnome-games] Adjust gtk version



commit 4aa27027f7760c7136acfebb8f1b0b4b1c14ed08
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Jun 17 00:15:31 2010 +0200

    Adjust gtk version

 libgames-support/games-gtk-compat.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgames-support/games-gtk-compat.h b/libgames-support/games-gtk-compat.h
index 75413bc..d12f7d5 100644
--- a/libgames-support/games-gtk-compat.h
+++ b/libgames-support/games-gtk-compat.h
@@ -20,9 +20,9 @@
 #define GAMES_GTK_COMPAT_H
 
 G_BEGIN_DECLS
-#if !GTK_CHECK_VERSION (2, 22, 0)
+#if !GTK_CHECK_VERSION (2, 21, 1)
 #define gdk_visual_get_depth(widget) ((widget)->depth)
-#endif /* GTK < 2.22.0 */
+#endif /* GTK < 2.21.1 */
 
 #if !GTK_CHECK_VERSION (2, 20, 0)
 #define gtk_widget_get_realized(widget)                 (GTK_WIDGET_REALIZED(widget))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]