From 732d52d4fcb3a1ae644e6d82b2b69fbfa2efaf51 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer <bjorn@lindeijer.nl> Date: Sun, 5 Jun 2005 18:17:04 +0000 Subject: Using custom focus handler to work around problem with multiple widgets requesting modal focus using a stack based approach. --- src/gui/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/gui.h') diff --git a/src/gui/gui.h b/src/gui/gui.h index 1c8ccb34..057753d4 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -77,6 +77,7 @@ 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 */ -- cgit v1.2.3-70-g09d2