summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 518de6e9..9977aff4 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -243,7 +243,7 @@ class Window : public gcn::Window, gcn::WidgetListener
* Reset the win pos and size to default. Don't forget to set defaults
* first.
*/
- void resetToDefaultSize();
+ void resetToDefaultSize(bool changePosition = true);
/**
* Gets the layout handler for this window.