/* Copyright: (c) 2008-2012 Apple Inc. All rights reserved. */ #ifndef _CGLDEVICE_H #define _CGLDEVICE_H #include #ifdef __cplusplus extern "C" { #endif typedef struct CGLShareGroupRec *CGLShareGroupObj; CGLShareGroupObj CGLGetShareGroup(CGLContextObj ctx); #ifdef __cplusplus } #endif #endif /* _CGLDEVICE_H */