X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..ec2df34e27ba41f202ecbf096cdfed082a9ddb8f:/include/wx/osx/cocoa/chkconf.h diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index 47717d721e..09a16ab10e 100644 --- a/include/wx/osx/cocoa/chkconf.h +++ b/include/wx/osx/cocoa/chkconf.h @@ -4,7 +4,7 @@ * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 - * RCS-ID: $Id: chkconf.h 54833 2008-07-29 21:03:18Z SC $ + * RCS-ID: $Id$ * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ @@ -20,6 +20,13 @@ #define wxOSX_USE_NATIVE_TOOLBAR 1 #endif +/* + * leave is isFlipped and don't override + */ +#ifndef wxOSX_USE_NATIVE_FLIPPED + #define wxOSX_USE_NATIVE_FLIPPED 1 +#endif + /* * text rendering system */ @@ -40,6 +47,18 @@ #endif +/* + * Audio System + */ + +#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 + #define wxOSX_USE_QUICKTIME 0 + #define wxOSX_USE_AUDIOTOOLBOX 1 +#else // platform < 10.5 + #define wxOSX_USE_QUICKTIME 1 + #define wxOSX_USE_AUDIOTOOLBOX 0 +#endif + /* * turning off capabilities that don't work under cocoa yet */