[GRASS-SVN] r35389 - grass/branches/releasebranch_6_4/lib/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 12 22:16:47 EST 2009


Author: kyngchaos
Date: 2009-01-12 22:16:47 -0500 (Mon, 12 Jan 2009)
New Revision: 35389

Modified:
   grass/branches/releasebranch_6_4/lib/nviz/render.c
Log:
macosx: finish pixmap field removal

Modified: grass/branches/releasebranch_6_4/lib/nviz/render.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/nviz/render.c	2009-01-13 03:13:43 UTC (rev 35388)
+++ grass/branches/releasebranch_6_4/lib/nviz/render.c	2009-01-13 03:16:47 UTC (rev 35389)
@@ -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