[vlc-commits] macosx: compilation fix when using the 10.5 or 10.6 SDK
Felix Paul Kühne
git at videolan.org
Sun Feb 19 23:31:18 CET 2012
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Feb 19 21:30:13 2012 +0100| [d6ecd346f037d3e811a73db77637b555355da3fa] | committer: Jean-Baptiste Kempf
macosx: compilation fix when using the 10.5 or 10.6 SDK
(cherry picked from commit efc40549caa0e3710474dd641aa2eaf4fb179efe)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=d6ecd346f037d3e811a73db77637b555355da3fa
---
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,
More information about the vlc-commits
mailing list