corrected glx context rec for __sun

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@466 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2007-03-01 04:08:52 +00:00
parent f99425961a
commit a397300bce

View File

@ -51,7 +51,7 @@ extern "C" {
typedef XID GLXDrawable; typedef XID GLXDrawable;
typedef XID GLXPixmap; typedef XID GLXPixmap;
#ifdef __sun #ifdef __sun
typedef struct __glXcontextRec *GLXContext; typedef struct __glXContextRec *GLXContext;
#else #else
typedef struct __GLXcontextRec *GLXContext; typedef struct __GLXcontextRec *GLXContext;
#endif #endif