From ee416a5f3de03a689247a290077e7fdf451e1a23 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 8 Jan 2005 01:33:53 +0000 Subject: Well improved window container and window widgets a bit, and made a start on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. --- src/gui/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/gui.h') diff --git a/src/gui/gui.h b/src/gui/gui.h index 1055db0b..e3a77f31 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -32,6 +32,7 @@ #include #include #include +#include "windowcontainer.h" /** * \defgroup GUI GUI related classes @@ -163,7 +164,7 @@ extern LexSkin gui_skin; extern BITMAP *gui_bitmap; extern Gui* gui; -extern gcn::Container* guiTop; // The top container +extern WindowContainer* guiTop; // The top container extern gcn::AllegroGraphics* guiGraphics; // Graphics driver /** Initialize gui system */ -- cgit v1.2.3-70-g09d2