Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application.c
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-02-05 10:10:51 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-02-05 10:10:51 (GMT)
commitae999b6c8ddef40b372d3387b4fe0932bea89687 (patch)
tree4bdacddcd5cddd0cf93500c8bf2f6bd80f960d3c /shell/ev-application.c
parent4481959de11731551ed59182b149699cfb6d2b63 (diff)
Include gdkx.h only with X11. See bug #339172.
2009-02-05 Hib Eris <hib@hiberis.nl> * shell/ev-application.c: Include gdkx.h only with X11. See bug #339172. svn path=/trunk/; revision=3418
Diffstat (limited to 'shell/ev-application.c')
-rw-r--r--shell/ev-application.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 3a099f3..7b6c82f 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -28,7 +28,9 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
+#endif
#include "totem-scrsaver.h"
#include "eggsmclient.h"