diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 2 |
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) |