C++ style comment converted to C style comment
[freeglut] / src / freeglut_internal.h
index 3d73efc..3f35414 100644 (file)
@@ -342,7 +342,7 @@ struct tagSFG_Context
 #if TARGET_HOST_UNIX_X11
     XVisualInfo*    VisualInfo;      /* The window's visual information     */
     Pixmap          Pixmap;          /* Used for offscreen rendering        */
-    //GLXPixmap       GLXPixMap;       /* Used for offscreen rendering        */
+    /* GLXPixmap      GLXPixMap; */  /* Used for offscreen rendering        */
 #elif TARGET_HOST_WIN32
     HDC             Device;          /* The window's device context         */
 #endif