Codechange: Add widget text colour override property.

This commit is contained in:
Peter Nelson
2021-04-19 16:37:10 +01:00
committed by PeterN
parent 636e37d183
commit 51b4bd6c38
4 changed files with 78 additions and 29 deletions

View File

@@ -140,7 +140,7 @@ enum WidgetDrawDistances {
/* widget.cpp */
void DrawFrameRect(int left, int top, int right, int bottom, Colours colour, FrameFlags flags);
void DrawCaption(const Rect &r, Colours colour, Owner owner, StringID str, StringAlignment align);
void DrawCaption(const Rect &r, Colours colour, Owner owner, TextColour text_colour, StringID str, StringAlignment align);
/* window.cpp */
extern Window *_z_front_window;