mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-02-21 07:59:22 +00:00
added sun patch
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@451 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
2a4e1b5ad5
commit
621b774921
@ -50,7 +50,11 @@ extern "C" {
|
|||||||
|
|
||||||
typedef XID GLXDrawable;
|
typedef XID GLXDrawable;
|
||||||
typedef XID GLXPixmap;
|
typedef XID GLXPixmap;
|
||||||
|
#ifdef __sun
|
||||||
|
typedef struct __glXcontextRec *GLXContext;
|
||||||
|
#else
|
||||||
typedef struct __GLXcontextRec *GLXContext;
|
typedef struct __GLXcontextRec *GLXContext;
|
||||||
|
#endif
|
||||||
|
|
||||||
extern Bool glXQueryExtension (Display *dpy, int *errorBase, int *eventBase);
|
extern Bool glXQueryExtension (Display *dpy, int *errorBase, int *eventBase);
|
||||||
extern Bool glXQueryVersion (Display *dpy, int *major, int *minor);
|
extern Bool glXQueryVersion (Display *dpy, int *major, int *minor);
|
||||||
|
Loading…
Reference in New Issue
Block a user