/* Copyright: (c) 1999-2012 Apple Inc. All rights reserved. */ #ifndef _GLICONTEXT_H #define _GLICONTEXT_H #ifdef __cplusplus extern "C" { #endif /* ** GL context data type */ typedef struct __GLIContextRec *GLIContext; typedef struct __GLISharedRec *GLIShared; #ifdef __cplusplus } #endif #endif /* _GLICONTEXT_H */