From 2885c660603b09547dfa95bd1fd10e5b8696a05b Mon Sep 17 00:00:00 2001 From: egladil Date: Mon, 17 Dec 2007 07:47:21 +0000 Subject: (svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at compile time. --- src/video/cocoa/cocoa_v.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/video/cocoa/cocoa_v.h') diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h index 2be0100df..34b931261 100644 --- a/src/video/cocoa/cocoa_v.h +++ b/src/video/cocoa/cocoa_v.h @@ -61,11 +61,16 @@ public: extern CocoaSubdriver* _cocoa_subdriver; CocoaSubdriver *QZ_CreateFullscreenSubdriver(int width, int height, int bpp); + +#ifdef ENABLE_COCOA_QUICKDRAW CocoaSubdriver *QZ_CreateWindowQuickdrawSubdriver(int width, int height, int bpp); +#endif +#ifdef ENABLE_COCOA_QUARTZ #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 CocoaSubdriver *QZ_CreateWindowQuartzSubdriver(int width, int height, int bpp); #endif +#endif void QZ_GameSizeChanged(); -- cgit v1.2.3-70-g09d2