Revision: 41863
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41863&view=rev
Author:   starseeker
Date:     2010-12-30 19:08:50 +0000 (Thu, 30 Dec 2010)

Log Message:
-----------
Need to makme dm_open happy here too.

Modified Paths:
--------------
    brlcad/branches/cmake/src/mged/dm-ogl.c

Modified: brlcad/branches/cmake/src/mged/dm-ogl.c
===================================================================
--- brlcad/branches/cmake/src/mged/dm-ogl.c     2010-12-30 19:01:42 UTC (rev 
41862)
+++ brlcad/branches/cmake/src/mged/dm-ogl.c     2010-12-30 19:08:50 UTC (rev 
41863)
@@ -72,7 +72,7 @@
 static void do_fogHint();
 
 struct bu_structparse Ogl_vparse[] = {
-    {"%d",     1, "depthcue",          Ogl_MV_O(cueing_on),    Ogl_colorchange 
},
+    {"%d",  1, "depthcue",             Ogl_MV_O(cueing_on),    Ogl_colorchange 
},
     {"%d",  1, "zclip",                Ogl_MV_O(zclipping_on), zclip_hook },
     {"%d",  1, "zbuffer",              Ogl_MV_O(zbuffer_on),   
establish_zbuffer },
     {"%d",  1, "lighting",             Ogl_MV_O(lighting_on),  
establish_lighting },
@@ -104,7 +104,7 @@
 
     Tk_DeleteGenericHandler(doEvent, (ClientData)NULL);
 
-    if ((dmp = dm_open(INTERP, DM_TYPE_OGL, argc-1, argv)) == DM_NULL)
+    if ((dmp = dm_open(INTERP, DM_TYPE_OGL, argc-1, (const char **)argv)) == 
DM_NULL)
        return TCL_ERROR;
 
     /*XXXX this eventually needs to move into Ogl's private structure */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to