mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
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:
parent
f99425961a
commit
a397300bce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user