summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-29 09:10:43 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-29 09:10:43 +0000
commit567d35731d8cca0e535f23652b8fbe050a629f91 (patch)
tree260e523fd2f0494369bd28c72cc1e7155690d680 /src/gui/chat.h
parent5943323aff9db6c1405177478564072e9d2214b3 (diff)
downloadMana-567d35731d8cca0e535f23652b8fbe050a629f91.tar.gz
Mana-567d35731d8cca0e535f23652b8fbe050a629f91.tar.bz2
Mana-567d35731d8cca0e535f23652b8fbe050a629f91.tar.xz
Mana-567d35731d8cca0e535f23652b8fbe050a629f91.zip
* Fixed issue with determining whether chat input is focused (method no longer
virtual). * Fixed sometimes rendering with the wrong font. * Fixed warnings about hiding virtual method, Window now always deletes its children (the option not to do so was never used anyway).
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 30c8dba5..f2e018a6 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -155,7 +155,7 @@ class ChatWindow : public Window, public gcn::ActionListener,
/**
* Checks whether ChatWindow is Focused or not.
*/
- bool isFocused();
+ bool isInputFocused();
/*
* Determines whether to send a command or an ordinary message, then