diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-01 18:18:24 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-01 18:18:24 +0000 |
commit | 84a403f0a0590ebc11f66955e864c12886da5815 (patch) | |
tree | 628d49ac79ea159ba0109eb8817cfd9144dbab13 /src/gui/chat.h | |
parent | e02192d7d1a34088d66072a60cf3ed57d638a695 (diff) | |
download | mana-84a403f0a0590ebc11f66955e864c12886da5815.tar.gz mana-84a403f0a0590ebc11f66955e864c12886da5815.tar.bz2 mana-84a403f0a0590ebc11f66955e864c12886da5815.tar.xz mana-84a403f0a0590ebc11f66955e864c12886da5815.zip |
Chat input now hides when not focussed, and doesn't allow player be controlled
by keyboard when it is.
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 4b0946f9..1c3fc007 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -138,9 +138,9 @@ class ChatWindow : public Window, public gcn::ActionListener, void action(const std::string &actionId); /** - * Request focus. + * Request focus for typing chat message. */ - void requestFocus(); + void requestChatFocus(); /** * Checks whether ChatWindow is Focused or not. |