(svn r11492) -Codechange: [OSX] Split the cocoa video driver into several files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier).

This commit is contained in:
egladil
2007-11-22 21:48:17 +00:00
parent 2653d94bcb
commit 3ad488e98f
9 changed files with 2624 additions and 2196 deletions

View File

@@ -479,7 +479,10 @@ sound/null_s.cpp
#end
#if COCOA
video/cocoa_v.mm
video/cocoa/cocoa_v.mm
video/cocoa/event.mm
video/cocoa/fullscreen.mm
video/cocoa/wnd_quickdraw.mm
sound/cocoa_s.cpp
os/macosx/splash.cpp
#end