diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-29 04:27:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-29 04:27:38 +0300 |
commit | 8e6dd0db3a9e1bfb15068098029c25c334ca8f67 (patch) | |
tree | 0f31545099368d6edd5917bb0b72a997893cb833 /src/gui/viewport.h | |
parent | ea92940149eb3f4e2590cfbd07f240000acbd460 (diff) | |
download | plus-8e6dd0db3a9e1bfb15068098029c25c334ca8f67.tar.gz plus-8e6dd0db3a9e1bfb15068098029c25c334ca8f67.tar.bz2 plus-8e6dd0db3a9e1bfb15068098029c25c334ca8f67.tar.xz plus-8e6dd0db3a9e1bfb15068098029c25c334ca8f67.zip |
Allow use context menu in minimap.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index ccb8124ba..ae6ff3d49 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -173,6 +173,8 @@ class Viewport : public WindowContainer, public gcn::MouseListener, void showUndressPopup(int x, int y, Being *being, Item *item); + void showMapPopup(int x, int y); + /** * Closes the popup menu. Needed for when the player dies or switching * maps. |