diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:05:56 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:05:56 +0000 |
commit | 0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1 (patch) | |
tree | 71d99180551c0f3f6246757ee41f23367eb37ef9 /src/gui/window.h | |
parent | 18c675031f718523586e72f5e1450bb33d457841 (diff) | |
download | mana-0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1.tar.gz mana-0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1.tar.bz2 mana-0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1.tar.xz mana-0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1.zip |
Changed to use default values when restoring missing settings.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 651a8a4e..a09a9bbc 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -240,10 +240,9 @@ class Window : public gcn::Window void mouseExited(gcn::MouseEvent &event); /** - * Read the x, y, and width and height for resizables in the config - * based on the given string. - * That function let the values set with set{X, Y, Height, width}() - * if no config value is found. + * Reads the position (and the size for resizable windows) in the + * configuration based on the given string. + * Uses the default values when config values are missing. * Don't forget to set these default values and resizable before * calling this function. */ |