diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/cgl-macosx.cfg | 2 | ||||
-rw-r--r-- | make/stub_includes/macosx/window-system.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/make/cgl-macosx.cfg b/make/cgl-macosx.cfg index 447937f1c..1a963f135 100644 --- a/make/cgl-macosx.cfg +++ b/make/cgl-macosx.cfg @@ -30,6 +30,8 @@ CustomCCode int accumBlueBits, CustomCCode int accumAlphaBits, CustomCCode int sampleBuffers, CustomCCode int numSamples, +CustomCCode int pbuffer, +CustomCCode int floatingPoint, CustomCCode int* viewNotReady); CustomCCode extern Bool makeCurrentContext(void* nsContext, void* nsView); CustomCCode extern Bool clearCurrentContext(void* nsContext, void* nsView); diff --git a/make/stub_includes/macosx/window-system.c b/make/stub_includes/macosx/window-system.c index 5335e6c41..e53300830 100644 --- a/make/stub_includes/macosx/window-system.c +++ b/make/stub_includes/macosx/window-system.c @@ -18,6 +18,8 @@ void* createContext(void* shareContext, void* nsView, int accumAlphaBits, int sampleBuffers, int numSamples, + int pbuffer, + int floatingPoint, int* viewNotReady); Bool makeCurrentContext(void* nsContext, void* nsView); Bool clearCurrentContext(void* nsContext, void* nsView); |