(svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis.

This commit is contained in:
egladil
2007-11-23 02:44:05 +00:00
parent d3ea6fc1ea
commit 0fce8dbf1f
5 changed files with 824 additions and 9 deletions

View File

@@ -59,6 +59,7 @@ public:
extern CocoaSubdriver* _cocoa_subdriver;
CocoaSubdriver *QZ_CreateFullscreenSubdriver(int width, int height, int bpp);
CocoaSubdriver *QZ_CreateWindowQuartzSubdriver(int width, int height, int bpp);
CocoaSubdriver *QZ_CreateWindowQuickdrawSubdriver(int width, int height, int bpp);
void QZ_GameSizeChanged();