From ae999b6c8ddef40b372d3387b4fe0932bea89687 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Thu, 05 Feb 2009 10:10:51 +0000 Subject: Include gdkx.h only with X11. See bug #339172. 2009-02-05 Hib Eris * shell/ev-application.c: Include gdkx.h only with X11. See bug #339172. svn path=/trunk/; revision=3418 --- diff --git a/ChangeLog b/ChangeLog index 296580f..eae3081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-02-05 Hib Eris + * shell/ev-application.c: + + Include gdkx.h only with X11. See bug #339172. + +2009-02-05 Hib Eris + * backend/pdf/pdfdocument.evince-backend.in: Add application/x-ext-pdf mime type for pdf backend. See bug 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 #include #include +#ifdef GDK_WINDOWING_X11 #include +#endif #include "totem-scrsaver.h" #include "eggsmclient.h" -- cgit v0.9.1