summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 09:35:26 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-10 09:35:26 -0600
commit3aa9e681e466b1596a99b0361277975476790c3f (patch)
treea3b2af3981cdd0b92b32f12875c7733805c1accb /src/gui/window.h
parent171198999b4290f3e2adadd019c8d914212ecf47 (diff)
downloadmana-client-3aa9e681e466b1596a99b0361277975476790c3f.tar.gz
mana-client-3aa9e681e466b1596a99b0361277975476790c3f.tar.bz2
mana-client-3aa9e681e466b1596a99b0361277975476790c3f.tar.xz
mana-client-3aa9e681e466b1596a99b0361277975476790c3f.zip
Allow NPCList dialog to use it's old location
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.