From 36b2d58cbaf75965e67e25ea45d72b5594d43467 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 9 Jul 2005 19:38:22 +0000 Subject: PiDiP 0.12.19 svn path=/trunk/externals/pidip/; revision=3312 --- modules/pdp_capture.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/pdp_capture.c') diff --git a/modules/pdp_capture.c b/modules/pdp_capture.c index 3231f4d..ccdc5c1 100644 --- a/modules/pdp_capture.c +++ b/modules/pdp_capture.c @@ -29,12 +29,18 @@ #include #include #include +#include #include #include #include #define PDP_DISPLAY_LENGTH 1024 +// trick to handle Image Magick compatibility +#if MagickLibVersion >= 0x619 +#include "../include/xwindow-private.h" +#endif + static char *pdp_capture_version = "pdp_capture: version 0.1, capture of screen written by Yves Degoyon (ydegoyon@free.fr)"; typedef struct pdp_capture_struct -- cgit v1.2.1