[mapserver-commits] r7202 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Dec 20 17:14:06 EST 2007


Author: tamas
Date: 2007-12-20 17:14:06 -0500 (Thu, 20 Dec 2007)
New Revision: 7202

Modified:
   trunk/mapserver/mapserver.h
Log:
Remove imageObj.imageextra from the SWIG interface

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2007-12-20 22:05:06 UTC (rev 7201)
+++ trunk/mapserver/mapserver.h	2007-12-20 22:14:06 UTC (rev 7202)
@@ -1329,7 +1329,9 @@
   char *imagepath, *imageurl;
 
   outputFormatObj *format;
+#ifndef SWIG
   void *imageextra; //AGG specific
+#endif
   int buffer_format; //tells if the alpha channel is GD or AGG style  
 #ifdef SWIG
 %mutable;



More information about the mapserver-commits mailing list