summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx
blob: ff2345b78a5262e868a6e0452bbe870a4893f864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- vcl/skia/gdiimpl.cxx.orig	2022-01-26 14:35:29 UTC
+++ vcl/skia/gdiimpl.cxx
@@ -999,7 +999,7 @@ void SkiaSalGraphicsImpl::performDrawPolyPolygon(const
         getDrawCanvas()->drawPath(polygonPath, aPaint);
     }
     postDraw();
-#if defined LINUX
+#if defined LINUX || defined FREEBSD
     // WORKAROUND: The logo in the about dialog has drawing errors. This seems to happen
     // only on Linux (not Windows on the same machine), with both AMDGPU and Mesa,
     // and only when antialiasing is enabled. Flushing seems to avoid the problem.