Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-14 13:41:02 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-14 13:41:02 (GMT)
commita6a175aba74a6715a262e20c1eabe05012c6615b (patch)
tree8a75d2e097bbba887a46dc244961b3eb710307ef /shell/main.c
parent858d08e4a3794e93d7c6178099c78812f130161e (diff)
Only include eggdesktopfile.h on x11
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index f2321e1..9cc94a7 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -40,7 +40,7 @@
#ifdef WITH_SMCLIENT
#include "eggsmclient.h"
-#ifndef G_OS_WIN32
+#if GDK_WINDOWING_X11
#include "eggdesktopfile.h"
#endif
#endif /* WITH_SMCLIENT */