summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorMaximilian Philipps <Turmfalke2007@web.de>2009-07-30 21:50:15 +0200
committerBertram <bertram@cegetel.net>2009-07-31 00:14:39 +0200
commit92dae33631e5b2f43c280aa6b05861a4f2aa25e2 (patch)
tree7c004cdf207870dcb8155902ab61c623742a0cc1 /src/gui/chat.h
parent256391f7bff25440218e7b10e445fe91f232f6a9 (diff)
downloadmana-92dae33631e5b2f43c280aa6b05861a4f2aa25e2.tar.gz
mana-92dae33631e5b2f43c280aa6b05861a4f2aa25e2.tar.bz2
mana-92dae33631e5b2f43c280aa6b05861a4f2aa25e2.tar.xz
mana-92dae33631e5b2f43c280aa6b05861a4f2aa25e2.zip
patch for ticket #767
bigger "hold here to drag" area for the chatbox and a scroll lock for resize
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 7080392e..2de3a634 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -150,6 +150,11 @@ class ChatWindow : public Window,
/** Override to reset mTmpVisible */
void setVisible(bool visible);
+
+ void mousePressed(gcn::MouseEvent &event);
+ void mouseDragged(gcn::MouseEvent &event);
+
+
/**
* Scrolls the chat window
*