changeset 8439 | bc2f9dfa0d40 |
parent 8435 | 38a1ab65d6e4 |
child 8480 | 0ca368be883d |
--- a/src/video/cocoa/cocoa_v.h Thu Nov 22 22:54:49 2007 +0000 +++ b/src/video/cocoa/cocoa_v.h Fri Nov 23 02:44:05 2007 +0000 @@ -59,6 +59,7 @@ 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();