diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-08 18:47:17 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-08 19:13:31 -0700 |
commit | d92524b7c8548bb6e2970a757e440ecf197c2b6d (patch) | |
tree | a0c6ee668729953f3243f43ad00026cb4f6b3092 /src/gui/windowmenu.h | |
parent | 30668a131bb2c93127385fbbbba34d47f7bf80e3 (diff) | |
download | mana-d92524b7c8548bb6e2970a757e440ecf197c2b6d.tar.gz mana-d92524b7c8548bb6e2970a757e440ecf197c2b6d.tar.bz2 mana-d92524b7c8548bb6e2970a757e440ecf197c2b6d.tar.xz mana-d92524b7c8548bb6e2970a757e440ecf197c2b6d.zip |
Only show skill and special buttons in WindowMenu when needed
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui/windowmenu.h')
-rw-r--r-- | src/gui/windowmenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windowmenu.h b/src/gui/windowmenu.h index d20d1f8d..2bb3e764 100644 --- a/src/gui/windowmenu.h +++ b/src/gui/windowmenu.h @@ -48,6 +48,8 @@ class WindowMenu : public Container, void valueChanged(const gcn::SelectionEvent &event); private: + inline void addButton(const char* text, int &x, int &h); + EmotePopup *mEmotePopup; }; |