[Libreoffice-commits] core.git: Branch 'libreoffice-4-1-1' - vcl/aqua
Norbert Thiebaud
nthiebaud at gmail.com
Wed Aug 21 03:33:22 PDT 2013
vcl/aqua/source/gdi/salnativewidgets.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 253bbaf13605490fb913c2b869c8f8cc7800a78a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Aug 20 22:47:19 2013 -0500
NSAppKitVersionNumber10_7 is not defined in SDK 10.6
Change-Id: Ie52fdd9360bd8393baa733aed0d42f5cb9a57bf7
Reviewed-on: https://gerrit.libreoffice.org/5555
Reviewed-by: Tor Lillqvist <tml at iki.fi>
Tested-by: Tor Lillqvist <tml at iki.fi>
Reviewed-on: https://gerrit.libreoffice.org/5564
Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx b/vcl/aqua/source/gdi/salnativewidgets.cxx
index f52775b..b9e107e 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;
More information about the Libreoffice-commits
mailing list