From 81f7847af4cc9f51f02ab191c73f394c457518bd Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 25 Apr 2021 09:52:20 +1000 Subject: Feature [feature-requests:#1402]. Unify colour type with ColourAlpha. Change ColourDesired to ColourAlpha in styles. Remove ColourDesired. --- src/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Platform.h') 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(); -- cgit v1.2.3