From edd5dfcd15198f5d5d277835fdf75108eb67472d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 4 Sep 2011 17:39:39 +0000 Subject: Fixed the close button on the chat window. --- src/client/chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/chat.h') 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. */ -- cgit v1.2.3