vcl/aqua/source/window/salframe.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 445d350c5c2595cb41ef97e2c871c991483dd803 Author: Tor Lillqvist <[email protected]> Date: Fri Dec 21 16:36:13 2012 +0200 Try to fix build against 10.4 SDK Change-Id: I433512dbd533fe6c84e94059f378c4a7a6e8671d diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx index b836784..cc76c76 100644 --- a/vcl/aqua/source/window/salframe.cxx +++ b/vcl/aqua/source/window/salframe.cxx @@ -57,6 +57,12 @@ enum { NSWindowCollectionBehaviorFullScreenAuxiliary = (1 << 8) }; +#if !defined(MAC_OS_X_VERSION_10_5) + +typedef unsigned int NSWindowCollectionBehavior; + +#endif + #endif using namespace std; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
