vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Feb 19 21:30:13 2012 +0100| [efc40549caa0e3710474dd641aa2eaf4fb179efe] | committer: Felix Paul Kühne
macosx: compilation fix when using the 10.5 or 10.6 SDK > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efc40549caa0e3710474dd641aa2eaf4fb179efe --- modules/gui/macosx/CompatibilityFixes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/macosx/CompatibilityFixes.h b/modules/gui/macosx/CompatibilityFixes.h index a41ae61..1c9eccc 100644 --- a/modules/gui/macosx/CompatibilityFixes.h +++ b/modules/gui/macosx/CompatibilityFixes.h @@ -79,7 +79,7 @@ extern OSErr UpdateSystemActivity(UInt8 activity); #pragma Fixes for OS X Snow Leopard (10.6) #ifndef MAC_OS_X_VERSION_10_7 -extern NSString *const NSAccessibilityFullScreenButtonSubrole; +extern NSString *const NSAccessibilityFullScreenButtonAttribute; enum { NSWindowCollectionBehaviorFullScreenPrimary = 1 << 7, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
