vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Thu Feb 23 19:40:53 2012 +0100| [2991efd0379c5495d8f48db85d18372afdda70d8] | committer: Felix Paul Kühne
macosx: restore 10.5 compatibility (cherry picked from commit 1c23e3df85cc362066087ec8727c117dbc19f6e8) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2991efd0379c5495d8f48db85d18372afdda70d8 --- modules/gui/macosx/CompatibilityFixes.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/gui/macosx/CompatibilityFixes.h b/modules/gui/macosx/CompatibilityFixes.h index 8b7e541..8901259 100644 --- a/modules/gui/macosx/CompatibilityFixes.h +++ b/modules/gui/macosx/CompatibilityFixes.h @@ -72,6 +72,7 @@ extern OSErr UpdateSystemActivity(UInt8 activity); @interface NSApplication (IntroducedInSnowLeopard) - (NSApplicationPresentationOptions)presentationOptions; - (void)setPresentationOptions:(NSApplicationPresentationOptions)newOptions; +- (NSApplicationPresentationOptions)currentSystemPresentationOptions; @end #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
