summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-01 18:18:24 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-01 18:18:24 +0000
commit84a403f0a0590ebc11f66955e864c12886da5815 (patch)
tree628d49ac79ea159ba0109eb8817cfd9144dbab13 /src/gui/chat.h
parente02192d7d1a34088d66072a60cf3ed57d638a695 (diff)
downloadmana-client-84a403f0a0590ebc11f66955e864c12886da5815.tar.gz
mana-client-84a403f0a0590ebc11f66955e864c12886da5815.tar.bz2
mana-client-84a403f0a0590ebc11f66955e864c12886da5815.tar.xz
mana-client-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.h4
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.