aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2022-04-29 10:21:31 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2022-04-29 10:21:31 +1000
commit208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6 (patch)
tree8ff188bbcdaf3b1f9c1e406a3fe4fad514bc2310 /gtk/PlatGTK.cxx
parent137b176861666689bf5807abb7ad2288282cb047 (diff)
downloadscintilla-mirror-208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6.tar.gz
Feature [feature-requests:#1427] Enable multithreaded layout for GTK on macOS
and Win32.
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rwxr-xr-xgtk/PlatGTK.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index afccef2b6..dde948453 100755
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -214,10 +214,7 @@ const Supports SupportsGTK[] = {
Supports::FractionalStrokeWidth,
Supports::TranslucentStroke,
Supports::PixelModification,
-#if defined(G_OS_UNIX) && !defined(__APPLE__)
- // Pango is not thread-safe on Win32 or macOS
Supports::ThreadSafeMeasureWidths,
-#endif
};
}