mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
* clutter/cogl/gl/cogl-defines.h.in:
Fix GL function prototypes on OS X by #definining APIENTRY and APIENTRYP if missing.
This commit is contained in:
parent
75b829f930
commit
54e2fd14ae
@ -1,3 +1,9 @@
|
||||
2008-05-13 Ivan Leben <ivan.leben@o-hand.com>
|
||||
|
||||
* clutter/cogl/gl/cogl-defines.h.in:
|
||||
Fix GL function prototypes on OS X by #definining APIENTRY and
|
||||
APIENTRYP if missing.
|
||||
|
||||
2008-05-12 Ivan Leben <ivan.leben@o-hand.com>
|
||||
|
||||
* clutter/cogl/gl/cogl-defines.h.in:
|
||||
|
@ -707,6 +707,14 @@ typedef GLuint COGLuint;
|
||||
|
||||
/* Extension function prototypes */
|
||||
|
||||
#ifndef APIENTRY
|
||||
#define APIENTRY
|
||||
#endif
|
||||
|
||||
#ifndef APIENTRYP
|
||||
#define APIENTRYP APIENTRY *
|
||||
#endif
|
||||
|
||||
typedef void
|
||||
(APIENTRYP COGL_PFNGLGENRENDERBUFFERSEXTPROC)
|
||||
(GLsizei n,
|
||||
|
Loading…
Reference in New Issue
Block a user