[GRASS-SVN] r32552 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 6 01:51:14 EDT 2008
Author: martinl
Date: 2008-08-06 01:51:13 -0400 (Wed, 06 Aug 2008)
New Revision: 32552
Modified:
grass/trunk/include/nviz.h
Log:
nvizlib: fix AGLPixelFmtID type
Modified: grass/trunk/include/nviz.h
===================================================================
--- grass/trunk/include/nviz.h 2008-08-06 03:28:21 UTC (rev 32551)
+++ grass/trunk/include/nviz.h 2008-08-06 05:51:13 UTC (rev 32552)
@@ -122,7 +122,7 @@
GLXPixmap windowId;
Pixmap pixmap;
#elif defined(OPENGL_AQUA)
- AGLPixelFmt pixelFmtId;
+ AGLPixelFmtID pixelFmtId;
AGLContext contextId;
AGLPixmap windowId;
GWorldPtr pixmap;
More information about the grass-commit
mailing list