]> git.cworth.org Git - apitrace/blobdiff - glstate.cpp
Make windows build user friendlier.
[apitrace] / glstate.cpp
index 71aad7d6f1f90870d207923d347ffa4644496437..59d28c967336fc3c044a700e5224f94dfe9bb58a 100644 (file)
 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