[totem] Fix GDK includes in EggSmClient



commit 7236532217893f725e1017b67f2dade900232bf7
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 22 14:04:10 2010 +0000

    Fix GDK includes in EggSmClient
    
    GTK+ 2.91.7 removed the gdkconfig.h header, which EggSmClient used. This
    bumps our GTK+ dependency to 2.91.7.

 configure.in              |    2 +-
 src/eggsmclient-private.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 15dd3dd..cc54384 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,7 @@ AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
 # Requirements
 GLIB_REQS=2.25.11
 GIO_REQS=2.25.0
-GTK_REQS=2.91.6
+GTK_REQS=2.91.7
 TOTEM_PLPARSER_REQS=2.29.1
 GNOMEICON_REQS=2.15.90
 DBUS_REQS=0.82
diff --git a/src/eggsmclient-private.h b/src/eggsmclient-private.h
index ccb10bf..e391218 100644
--- a/src/eggsmclient-private.h
+++ b/src/eggsmclient-private.h
@@ -20,7 +20,7 @@
 #ifndef __EGG_SM_CLIENT_PRIVATE_H__
 #define __EGG_SM_CLIENT_PRIVATE_H__
 
-#include <gdkconfig.h>
+#include <gdk/gdk.h>
 #include "eggsmclient.h"
 
 G_BEGIN_DECLS



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