summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-01 07:46:59 -0700
committerJared Adams <jaxad0127@gmail.com>2010-03-01 13:21:52 -0700
commit452b02cb1b6e1675323d89e5f2c4946b2868a584 (patch)
tree3ea0dc67ea31d0c373f87c8dd2dc1037296845fd /src/gui/viewport.h
parent33b5868a46feb75bc939495c0a3650379e1e56e1 (diff)
downloadMana-452b02cb1b6e1675323d89e5f2c4946b2868a584.tar.gz
Mana-452b02cb1b6e1675323d89e5f2c4946b2868a584.tar.bz2
Mana-452b02cb1b6e1675323d89e5f2c4946b2868a584.tar.xz
Mana-452b02cb1b6e1675323d89e5f2c4946b2868a584.zip
Hide BeingPopup when mouseover Windows
Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index c4fcece4..3fab607d 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -152,6 +152,11 @@ class Viewport : public WindowContainer, public gcn::MouseListener,
*/
Map *getCurrentMap() const { return mMap; }
+ /**
+ * Hides the BeingPopup.
+ */
+ void hideBeingPopup();
+
private:
/**
* Finds a path from the player to the mouse, and draws it. This is for