summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-07 19:56:32 +0000
committerfrosch <frosch@openttd.org>2010-06-07 19:56:32 +0000
commit38b8259f3b85b91a1a4a4b1fbbff1a35c708810e (patch)
treeb054a50ccd65b11d6f4f279a6a9b55021469bc57 /src/window_gui.h
parenteb02ce0573aa9b4e6305f77b78c8263cbbaa9c7f (diff)
downloadopenttd-38b8259f3b85b91a1a4a4b1fbbff1a35c708810e.tar.xz
(svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index b1512abf9..5d15d8f5a 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -132,8 +132,9 @@ enum WidgetDrawDistances {
WD_PAR_VSEP_WIDE = 8, ///< Large amount of vertical space between two paragraphs of text.
};
-/* wiget.cpp */
+/* 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);
/* window.cpp */
extern Window *_z_front_window;