diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-25 09:52:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-25 09:52:20 +1000 |
commit | 81f7847af4cc9f51f02ab191c73f394c457518bd (patch) | |
tree | ef214ea786c00e9618756c26b99299ac1fa58bf6 /src/Platform.h | |
parent | 241f33a38ca0887d1a47399de1bcf7ba0d544c41 (diff) | |
download | scintilla-mirror-81f7847af4cc9f51f02ab191c73f394c457518bd.tar.gz |
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Platform.h b/src/Platform.h index b77fe3243..2d14da96e 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -357,8 +357,8 @@ public: */ namespace Platform { -ColourDesired Chrome(); -ColourDesired ChromeHighlight(); +ColourAlpha Chrome(); +ColourAlpha ChromeHighlight(); const char *DefaultFont(); int DefaultFontSize(); unsigned int DoubleClickTime(); |