[evince] Only include eggdesktopfile.h on x11



commit a6a175aba74a6715a262e20c1eabe05012c6615b
Author: Christian Persch <chpe gnome org>
Date:   Sun Jun 14 15:41:02 2009 +0200

    Only include eggdesktopfile.h on x11

 shell/main.c |    2 +-
 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 */



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