From: Nigel Stewart Date: Mon, 8 Mar 2004 05:15:15 +0000 (+0000) Subject: C++ style comment converted to C style comment X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=c9506afa344cb7108843a871538e10fc375a753c;p=freeglut C++ style comment converted to C style comment git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@471 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 3d73efc..3f35414 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -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