progs/xdemos: Use C-style comment.
authorVinson Lee <vlee@vmware.com>
Sat, 19 Dec 2009 08:00:56 +0000 (00:00 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 19 Dec 2009 08:00:56 +0000 (00:00 -0800)
progs/xdemos/corender.c

index 1b18d9f..640c902 100644 (file)
@@ -187,7 +187,7 @@ redraw(Display *dpy)
        * Without this glClear(), depth buffer for the second process
        * is pretty much broken.
        */
-      //glClear(GL_DEPTH_BUFFER_BIT);
+      /* glClear(GL_DEPTH_BUFFER_BIT); */
 
       glPushMatrix();
       glTranslatef(1, 0, 0);