summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-08-12 13:24:07 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-08-23 14:59:08 +0200
commit13acc8a5df8db5fa24d72c1d44b35e41e4ca2a7c (patch)
treecbffe0b2afee7b1796cfce03a96640954e977aff /external
parent00083cfa840269ef5e569c7c4a6a09a34e6ce2db (diff)
first WIP version of mac skia SalGraphics backend
It doesn't yet blit to screen, but the basics should be there. Change-Id: I0f77b66756f578d84d0cee16cda00e7a2fea714f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120805 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external')
-rw-r--r--external/skia/make-api-visible.patch.18
1 files changed, 2 insertions, 6 deletions
diff --git a/external/skia/make-api-visible.patch.1 b/external/skia/make-api-visible.patch.1
index 6f2cd3b05a6c..822313006dc6 100644
--- a/external/skia/make-api-visible.patch.1
+++ b/external/skia/make-api-visible.patch.1
@@ -1,15 +1,11 @@
--- a/tools/sk_app/WindowContext.h
+++ b/tools/sk_app/WindowContext.h
-@@ -17,7 +17,11 @@
+@@ -18,7 +18,7 @@
namespace sk_app {
-class WindowContext {
-+class
-+#if defined __clang__ && !defined _MSC_VER
-+__attribute__((type_visibility("default")))
-+#endif
-+WindowContext {
++class SK_API WindowContext {
public:
WindowContext(const DisplayParams&);