Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-09-04 17:39:39 +0000
committerStijn Buys <ingar@osirion.org>2011-09-04 17:39:39 +0000
commitedd5dfcd15198f5d5d277835fdf75108eb67472d (patch)
tree962dbf54f5d76352c5ec3d12b328695c538e0c4d /src/client/chat.h
parent5afce7d29a2d852446b58b4410c43d7bf2063b11 (diff)
Fixed the close button on the chat window.
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index ca0ff72..9b64297 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -45,6 +45,8 @@ protected:
virtual bool on_keypress(const int key, const unsigned int modifier);
+ virtual bool on_emit(ui::Widget *sender, const ui::Widget::Event event, void *data);
+
/**
* @brief set the chatbox prompt to 'say:' or 'command:' depending on the current input text.
*/