diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-02 21:30:01 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-02 21:30:01 +0000 |
commit | d98bd419b419be1d5069c0fe77fa2a7b6379e45f (patch) | |
tree | 95a443b753c6657a0237837aa5d76eebb4a2f835 /src/gui/gui.h | |
parent | 43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0 (diff) | |
download | mana-client-d98bd419b419be1d5069c0fe77fa2a7b6379e45f.tar.gz mana-client-d98bd419b419be1d5069c0fe77fa2a7b6379e45f.tar.bz2 mana-client-d98bd419b419be1d5069c0fe77fa2a7b6379e45f.tar.xz mana-client-d98bd419b419be1d5069c0fe77fa2a7b6379e45f.zip |
Work around Guichan focussing bug.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 5051b788..66f7cb0f 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -52,6 +52,11 @@ class Gui : public gcn::Gui, public gcn::MouseListener ~Gui(); /** + * Works around Guichan bug + */ + void logic(); + + /** * Draws the whole Gui by calling draw functions down in the * Gui hierarchy. It also draws the mouse pointer. */ |