Update of /cvsroot/pure-data/externals/pidip/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22746
Modified Files: xwindow-private.h Log Message: adapted to newer Image Magick
Index: xwindow-private.h =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/include/xwindow-private.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** xwindow-private.h 9 Jul 2005 19:38:22 -0000 1.1 --- xwindow-private.h 27 Oct 2005 13:20:08 -0000 1.2 *************** *** 34,37 **** --- 34,43 ---- #include "magick/quantize.h"
+ #if defined(__cplusplus) || defined(c_plusplus) + # define klass c_class + #else + # define klass class + #endif + /* Invoke pre-X11R6 ICCCM routines if XlibSpecificationRelease is not 6.