[mapserver-commits] r8994 - sandbox/graphics
svn at osgeo.org
svn at osgeo.org
Fri May 1 18:07:31 EDT 2009
Author: tamas
Date: 2009-05-01 18:07:31 -0400 (Fri, 01 May 2009)
New Revision: 8994
Modified:
sandbox/graphics/mapogl.cpp
Log:
Fix broken builds on Windows
Modified: sandbox/graphics/mapogl.cpp
===================================================================
--- sandbox/graphics/mapogl.cpp 2009-05-01 21:55:01 UTC (rev 8993)
+++ sandbox/graphics/mapogl.cpp 2009-05-01 22:07:31 UTC (rev 8994)
@@ -161,7 +161,7 @@
int msSaveImageOgl(imageObj *img, char *filename, outputFormatObj *format)
{
- imageObj* gdImg = msImageCreateGD(img->width, img->height, format, filename, NULL);
+ imageObj* gdImg = msImageCreateGD(img->width, img->height, format, filename, NULL, 72);
OglRenderer* ogl = getOglRenderer(img);
ogl->attach(gdImg);
More information about the mapserver-commits
mailing list