[Libreoffice-commits] core.git: external/skia
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 20 20:54:43 UTC 2020
external/skia/windows-hfont-typeface.patch.0 | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 2b55c6f128990763a81610d812a8a799b7f090d0
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Mar 20 15:57:42 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Mar 20 21:54:21 2020 +0100
Missing include (Windows --disable-pch; for HFONT)
Change-Id: Ia1dcd0d6b9f66517a6c2fe0186ed77e007677261
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90800
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/skia/windows-hfont-typeface.patch.0 b/external/skia/windows-hfont-typeface.patch.0
index 459595a7b3d6..e4dff5f34a52 100644
--- a/external/skia/windows-hfont-typeface.patch.0
+++ b/external/skia/windows-hfont-typeface.patch.0
@@ -1,6 +1,15 @@
--- ./include/ports/SkTypeface_win.h.sav 2019-09-19 11:38:00.943185300 +0200
+++ ./include/ports/SkTypeface_win.h 2020-03-16 15:11:38.347067100 +0100
-@@ -28,6 +28,8 @@
+@@ -11,6 +11,8 @@
+ #include "include/core/SkTypeface.h"
+ #include "include/core/SkTypes.h"
+
++#include <windows.h>
++
+ #ifdef SK_BUILD_FOR_WIN
+
+ #ifdef UNICODE
+@@ -28,6 +30,8 @@
*/
SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
More information about the Libreoffice-commits
mailing list