Commit efc40549 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: compilation fix when using the 10.5 or 10.6 SDK

parent e93cace3
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment