summaryrefslogtreecommitdiff
path: root/video/cocoa_v.h
AgeCommit message (Collapse)Author
2006-02-18(svn r3615) Remove the Quartz key codes from the public cocoa video driver ↵tron
interface
2006-01-09(svn r3393) -Fix: [OSX] some keyboards had a different scancode for opening ↵bjarni
the console (egladil)
2005-12-11(svn r3288) Set svn properties on cocoa related files, and add Id tag.peter1138
Add extern to cocoa sound driver.
2005-12-10(svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)bjarni
you can still use SDL drivers if you like and you have to run "make upgradeconf" to start using the cocoa drivers (or manually write WITH_COCOA:=1) since SDL breaks the cocoa drivers, you can't compile with both SDL and cocoa support Using cocoa drivers makes it easier to make universal binaries and it solves: -FS#18 [OSX] SDL is weird in universal binaries -FS#2 [OSX] lazy pointer crash on exit -FS#10 [OSX] linking error when linking statically to SDL 1.2.8 (needless to explain this, but it means it should be able to compile statically with the default settings now) -[ 1215073 ] Switching to large size out of fullscreen crashes Using SDL drivers will still have those issues though