From 3ad488e98f12529ebbca3f43ba5eedae4f46d049 Mon Sep 17 00:00:00 2001 From: egladil Date: Thu, 22 Nov 2007 21:48:17 +0000 Subject: (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). --- source.list | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source.list') 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 -- cgit v1.2.3-54-g00ecf