summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorPeter Nelson <peter1138@openttd.org>2021-04-19 12:12:07 +0100
committerPeterN <peter@fuzzle.org>2021-04-22 16:42:04 +0100
commit636e37d1832dbcb3aa12c915ede5a9d26d231d24 (patch)
tree5c8deb467b921a934f8817c042680b160de99bc8 /src/window_gui.h
parent2a0365b3d992fb602fd91b218b4a8647ddb46975 (diff)
downloadopenttd-636e37d1832dbcb3aa12c915ede5a9d26d231d24.tar.xz
Codechange: Add internal widget alignment property, along with widget part.
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 aca7f4486..1799001c9 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);
+void DrawCaption(const Rect &r, Colours colour, Owner owner, StringID str, StringAlignment align);
/* window.cpp */
extern Window *_z_front_window;