summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-20 22:47:19 -0500
committerMichael Stahl <mstahl@redhat.com>2013-08-21 10:32:58 +0000
commit253bbaf13605490fb913c2b869c8f8cc7800a78a (patch)
tree5c8e61a46d16efbf92c489b6584309ba62622656 /vcl
parent49e7666c2d635c3f910429e55895858eab8d7deb (diff)
NSAppKitVersionNumber10_7 is not defined in SDK 10.6
Change-Id: Ie52fdd9360bd8393baa733aed0d42f5cb9a57bf7 Reviewed-on: https://gerrit.libreoffice.org/5555 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-on: https://gerrit.libreoffice.org/5564 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/aqua/source/gdi/salnativewidgets.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx b/vcl/aqua/source/gdi/salnativewidgets.cxx
index f52775b95899..b9e107e4002d 100644
--- a/vcl/aqua/source/gdi/salnativewidgets.cxx
+++ b/vcl/aqua/source/gdi/salnativewidgets.cxx
@@ -31,6 +31,11 @@
#include <Carbon/Carbon.h>
#include "postmac.h"
+#ifndef NSAppKitVersionNumber10_7
+#define NSAppKitVersionNumber10_7 1138
+#endif
+
+
class AquaBlinker : public Timer
{
AquaSalFrame* mpFrame;