summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorPeter Nelson <peter1138@openttd.org>2021-04-19 16:37:10 +0100
committerPeterN <peter@fuzzle.org>2021-04-22 16:42:04 +0100
commit51b4bd6c38ac69319461a5ba6a582a5e7517cc02 (patch)
tree71ded825fbaeb1a95f14613f7d8952b1b0173cc8 /src/window_gui.h
parent636e37d1832dbcb3aa12c915ede5a9d26d231d24 (diff)
downloadopenttd-51b4bd6c38ac69319461a5ba6a582a5e7517cc02.tar.xz
Codechange: Add widget text colour override property.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 1799001c9..67a799c3d 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -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;