summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-21 12:30:36 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-22 11:12:17 +0100
commitc4bdf324d7d464bc7fabbf88e1a6e66701c6e7cb (patch)
treed87655455c0a331c73bf5b762701fafaa5348688 /src/gui/gui.h
parent0d613d75b732c0d057acc3004f9b4322cf73d449 (diff)
downloadmana-client-c4bdf324d7d464bc7fabbf88e1a6e66701c6e7cb.tar.gz
mana-client-c4bdf324d7d464bc7fabbf88e1a6e66701c6e7cb.tar.bz2
mana-client-c4bdf324d7d464bc7fabbf88e1a6e66701c6e7cb.tar.xz
mana-client-c4bdf324d7d464bc7fabbf88e1a6e66701c6e7cb.zip
Allow resizing of the game in windowed mode
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 6b40282f..b8aee7b5 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -63,6 +63,11 @@ class Gui : public gcn::Gui
*/
void draw();
+ /**
+ * Called when the application window has been resized.
+ */
+ void videoResized();
+
gcn::FocusHandler *getFocusHandler() const
{ return mFocusHandler; }