12#ifndef ROOT_ROOTOpenGLView
13#define ROOT_ROOTOpenGLView
32- (
id) initWithFrame : (NSRect) frameRect pixelFormat : (NSOpenGLPixelFormat *) format;
39@property (nonatomic, retain) NSOpenGLContext *fOpenGLContext;
49- (NSOpenGLPixelFormat *) pixelFormat;
50- (
void) setPixelFormat : (NSOpenGLPixelFormat *) pixelFormat;
56@property (nonatomic, assign) BOOL fUpdateContext;
58- (BOOL) fIsOpenGLWidget;
65- (
void) mapSubwindows;
66- (
void) configureNotifyTree;
67- (BOOL) fIsOverlapped;
68- (
void) setOverlapped : (BOOL) overlap;
typedef void((*Func_t)())
NSOpenGLContext * fOpenGLContext
NSOpenGLPixelFormat * fPixelFormat
bool GLViewIsValidDrawable(ROOTOpenGLView *glView)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...