From eccafb8d815068d908b998bb6c0b581b076dc78f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 4 Dec 2006 11:20:54 +0000 Subject: Introduced a new class Viewport which combines the drawing code from Engine with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. --- src/gui/windowcontainer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/windowcontainer.h') diff --git a/src/gui/windowcontainer.h b/src/gui/windowcontainer.h index b860fa3c..df255f84 100644 --- a/src/gui/windowcontainer.h +++ b/src/gui/windowcontainer.h @@ -27,7 +27,8 @@ #include /** - * A window container. This container makes draggable windows possible. + * A window container. This container adds functionality for more convenient + * widget (windows in particular) destruction. * * \ingroup GUI */ -- cgit v1.2.3-70-g09d2