diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-06-05 21:29:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-06-05 21:29:13 +0000 |
commit | cb5a80c169e10adf6d6b9392bba7c9946edf087d (patch) | |
tree | 321f9be819b01406dbbd6cf31cb7ddbb2244b3c1 /src/gui/gui.h | |
parent | 7c7c50bf115299cd3a160b0eb9abfa8d7fdb2fd5 (diff) | |
download | mana-cb5a80c169e10adf6d6b9392bba7c9946edf087d.tar.gz mana-cb5a80c169e10adf6d6b9392bba7c9946edf087d.tar.bz2 mana-cb5a80c169e10adf6d6b9392bba7c9946edf087d.tar.xz mana-cb5a80c169e10adf6d6b9392bba7c9946edf087d.zip |
Implemented wrapping for textbox (still could use a small fix) and made death
notice dialog release modal focus immediately.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 057753d4..1c8ccb34 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -77,7 +77,6 @@ class Gui : public gcn::Gui, public gcn::MouseListener #endif gcn::ImageLoader *imageLoader; /**< For loading images */ gcn::ImageFont *guiFont; /**< The global GUI font */ - gcn::FocusHandler *focusHandler; /**< The focus handler */ }; extern Gui *gui; /**< The GUI system */ |