From 53ca05457a1d7306defd98ee4a21eb18e6a9be8d Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 2 Feb 2022 14:01:29 +1100 Subject: Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support concurrent calls to MeasureWidths. --- include/ScintillaTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ScintillaTypes.h') diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index 917878474..fe4b06032 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -507,6 +507,7 @@ enum class Supports { FractionalStrokeWidth = 2, TranslucentStroke = 3, PixelModification = 4, + ThreadSafeMeasureWidths = 5, }; enum class LineCharacterIndexType { -- cgit v1.2.3