From ae999b6c8ddef40b372d3387b4fe0932bea89687 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Thu, 5 Feb 2009 10:10:51 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ shell/ev-application.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 296580fb..eae30817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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: diff --git a/shell/ev-application.c b/shell/ev-application.c index 3a099f32..7b6c82f3 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" -- 2.43.0