summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authoregladil <egladil@openttd.org>2007-11-22 21:48:17 +0000
committeregladil <egladil@openttd.org>2007-11-22 21:48:17 +0000
commitd50bf9b7bdd2a95a8c7d70b34fbc0b3e24ab3ac0 (patch)
treec16e83ac270622e3c3730669fd186602c869d1a2 /source.list
parent0690603553c555277d656aa571a587c925b5bead (diff)
downloadopenttd-d50bf9b7bdd2a95a8c7d70b34fbc0b3e24ab3ac0.tar.xz
(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).
Diffstat (limited to 'source.list')
-rw-r--r--source.list5
1 files changed, 4 insertions, 1 deletions
diff --git a/source.list b/source.list
index 67851e9d2..8742f5ca9 100644
--- a/source.list
+++ b/source.list
@@ -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