[GRASS-SVN] r35390 - grass/trunk/lib/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 12 22:18:23 EST 2009
Author: kyngchaos
Date: 2009-01-12 22:18:23 -0500 (Mon, 12 Jan 2009)
New Revision: 35390
Modified:
grass/trunk/lib/nviz/render.c
Log:
macosx: finish pixmap field removal
Modified: grass/trunk/lib/nviz/render.c
===================================================================
--- grass/trunk/lib/nviz/render.c 2009-01-13 03:16:47 UTC (rev 35389)
+++ grass/trunk/lib/nviz/render.c 2009-01-13 03:18:23 UTC (rev 35390)
@@ -50,7 +50,6 @@
#elif defined(OPENGL_AQUA)
rwin->pixelFmtId = NULL;
rwin->contextId = NULL;
- rwin->pixmap = 0;
rwin->windowId = NULL;
#elif defined(OPENGL_WINDOWS)
rwin->displayId = NULL;
@@ -141,8 +140,6 @@
rwin->contextId = aglCreateContext(rwin->pixelFmtId, NULL);
- /* create win pixmap to render to (same depth as RootWindow) */
- rwin->pixmap = NULL; /* TODO: create GWorldPtr */
/* create an off-screen AGL rendering area */
aglCreatePBuffer(width, height, GL_TEXTURE_2D, GL_RGBA, 0, &(rwin->windowId));
#elif defined(OPENGL_WINDOWS)
More information about the grass-commit
mailing list