summaryrefslogtreecommitdiff
path: root/src/gui/windowcontainer.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-20 12:50:26 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-20 12:50:26 +0000
commit90e5ce7e958418f0d39d38112d33d3190a78baea (patch)
tree012150b22e971e44d0f7e795ef48384e15392940 /src/gui/windowcontainer.h
parent9ca202ae89bbe60f2cd1c8e3249a4fe3f8972a2b (diff)
downloadmana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.tar.gz
mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.tar.bz2
mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.tar.xz
mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.zip
TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!
Also fixed a crash on clicking wallpaper in login phase.
Diffstat (limited to 'src/gui/windowcontainer.h')
-rw-r--r--src/gui/windowcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windowcontainer.h b/src/gui/windowcontainer.h
index 582faf7a..d9c49a2f 100644
--- a/src/gui/windowcontainer.h
+++ b/src/gui/windowcontainer.h
@@ -50,7 +50,7 @@ class WindowContainer : public gcn::Container {
* Handles mouse input messages. Differs from standard behaviour in
* that widget with mouse doesn't change while a button is pressed.
*/
- void _mouseInputMessage(const gcn::MouseInput &mouseInput);
+ //void _mouseInputMessage(const gcn::MouseInput &mouseInput);
/**
* Adds a widget. The widget can be set to be modal, which will ensure