summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-11-08 15:22:04 +0000
committeralberth <alberth@openttd.org>2009-11-08 15:22:04 +0000
commita2e6035f16ac7486b16b10f800bd0d93ec7329e1 (patch)
tree9fd30e5237093210115df5c43a8f5fba0c5bc104 /src/window_gui.h
parent4c06a9e549b938c6cea3d0fa6283447320ac89a3 (diff)
downloadopenttd-a2e6035f16ac7486b16b10f800bd0d93ec7329e1.tar.xz
(svn r18013) -Codechange: Add possibility to change window size during ReInit().
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 a0b9bb824..ab6bee1da 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -598,7 +598,7 @@ public:
void DeleteChildWindows(WindowClass wc = WC_INVALID) const;
void SetDirty() const;
- void ReInit();
+ void ReInit(int rx = 0, int ry = 0);
/**
* Mark this window's data as invalid (in need of re-computing)