(svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window.

This commit is contained in:
frosch
2010-06-07 19:56:32 +00:00
parent 58d6367efb
commit c973a3cc7b
3 changed files with 10 additions and 5 deletions

View File

@@ -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;