Cocoa: Fix compilation on Mac OS X v10.4 and earlier
commit38ec7b53578a4f95c37f92a1840fc25a01c9b4e7
authorAndreas Färber <andreas.faerber@web.de>
Sun, 13 Dec 2009 00:52:29 +0000 (13 01:52 +0100)
committermalc <av1474@comtv.ru>
Thu, 7 Jan 2010 07:57:33 +0000 (7 10:57 +0300)
treeb3cc5467bcc573b56fb5f8814213f4a2acffb250
parentfd10a04ef185593494711ead63dbf1fc5cdbac69
Cocoa: Fix compilation on Mac OS X v10.4 and earlier

NSView's enterFullScreenMode:withOptions: and
exitFullScreenModeWithOptions: are available on v10.5
and later only. Undefined methods raise warnings and
undefined constants result in errors.

Reported by Ryan Schmidt.

While at it, avoid a warning on v10.3.9,
where MAC_OS_X_VERSION_10_4 is not defined.

Spotted by John Arbuckle.

Fix associated comments.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Cc: John Arbuckle <programmingkidx@gmail.com>
Cc: Ryan Schmidt <qemu-2009@ryandesign.com>
Cc: Mike Kronenberg <mike.kronenberg@kronenberg.org>
Signed-off-by: malc <av1474@comtv.ru>
cocoa.m