From fef04a18f5806f0842a1b97d3548738522ee1e33 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 Oct 2023 10:10:31 +1100 Subject: Share definition of colour used for IME indicators on most platforms. --- src/ScintillaBase.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index b8331aaf0..bfeb5a3d9 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -10,6 +10,10 @@ namespace Scintilla::Internal { +// For most platforms (not Cocoa) all IME indicators are drawn in same colour, +// blue, with different patterns. +constexpr ColourRGBA colourIME(0x0, 0x0, 0xffU); + class LexState; /** */ -- cgit v1.2.3