diff options
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index 98e6440aa..ffe52446c 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -304,6 +304,10 @@ public: }; struct ListOptions { + std::optional<ColourAlpha> fore; + std::optional<ColourAlpha> back; + std::optional<ColourAlpha> foreSelected; + std::optional<ColourAlpha> backSelected; }; class ListBox : public Window { |