[vlc-commits] macosx: really fixed compilation on 10.5
Felix Paul Kühne
git at videolan.org
Sat Jan 7 19:11:40 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jan 7 19:11:35 2012 +0100| [c4808dbd84321a9447c4bc2d3c761586a3317e47] | committer: Felix Paul Kühne
macosx: really fixed compilation on 10.5
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4808dbd84321a9447c4bc2d3c761586a3317e47
---
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 f70f863..8b7e541 100644
--- a/modules/gui/macosx/CompatibilityFixes.h
+++ b/modules/gui/macosx/CompatibilityFixes.h
@@ -57,6 +57,7 @@ enum {
NSApplicationPresentationDisableHideApplication = (1 << 8),
NSApplicationPresentationDisableMenuBarTransparency = (1 << 9)
};
+typedef NSUInteger NSApplicationPresentationOptions;
#if defined( __LP64__) && !defined(__POWER__) /* Bug in the 10.5.sdk in 64bits */
extern OSErr UpdateSystemActivity(UInt8 activity);
More information about the vlc-commits
mailing list