[GRASS-SVN] r32163 - grass/trunk/lib/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 18 13:22:58 EDT 2008


Author: glynn
Date: 2008-07-18 13:22:57 -0400 (Fri, 18 Jul 2008)
New Revision: 32163

Modified:
   grass/trunk/lib/nviz/render.c
Log:
Initialize bitmapId field


Modified: grass/trunk/lib/nviz/render.c
===================================================================
--- grass/trunk/lib/nviz/render.c	2008-07-18 14:58:57 UTC (rev 32162)
+++ grass/trunk/lib/nviz/render.c	2008-07-18 17:22:57 UTC (rev 32163)
@@ -55,6 +55,7 @@
 #elif defined(OPENGL_WINDOWS)
     rwin->displayId = NULL;
     rwin->contextId = NULL;
+    rwin->bitmapId = NULL;
 #endif
 }
 



More information about the grass-commit mailing list