summaryrefslogtreecommitdiff
path: root/glstate.cpp
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-05-27 20:14:31 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-05-27 20:14:31 +0100
commit3bcb33ca2c47bdb70d91d9988664d744f4146855 (patch)
tree5207dfe3dc3ce7d5f6f844b09c97247320dced5e /glstate.cpp
parentebb1ed4a92108eee8b71a60a02117fd801164312 (diff)
Trace the whole OpenGL framework on Mac OS X.
Diffstat (limited to 'glstate.cpp')
-rw-r--r--glstate.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/glstate.cpp b/glstate.cpp
index 71aad7d..59d28c9 100644
--- a/glstate.cpp
+++ b/glstate.cpp
@@ -43,11 +43,6 @@
extern "C" {
#endif
-typedef int CGSConnectionID;
-typedef int CGSWindowID;
-typedef int CGSSurfaceID;
-
-CGLError CGLGetSurface(CGLContextObj, CGSConnectionID*, CGSWindowID*, CGSSurfaceID*);
OSStatus CGSGetSurfaceBounds(CGSConnectionID, CGWindowID, CGSSurfaceID, CGRect *);
#ifdef __cplusplus