C++ style comment converted to C style comment

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@471 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
nigels 2004-03-08 05:15:15 +00:00
parent 1523c69539
commit 7542599aa9

View File

@ -342,7 +342,7 @@ struct tagSFG_Context
#if TARGET_HOST_UNIX_X11 #if TARGET_HOST_UNIX_X11
XVisualInfo* VisualInfo; /* The window's visual information */ XVisualInfo* VisualInfo; /* The window's visual information */
Pixmap Pixmap; /* Used for offscreen rendering */ Pixmap Pixmap; /* Used for offscreen rendering */
//GLXPixmap GLXPixMap; /* Used for offscreen rendering */ /* GLXPixmap GLXPixMap; */ /* Used for offscreen rendering */
#elif TARGET_HOST_WIN32 #elif TARGET_HOST_WIN32
HDC Device; /* The window's device context */ HDC Device; /* The window's device context */
#endif #endif