X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=36efba794c064c4fd854b31fc21654716e196eb4;hb=08aedc8b2a1fa5e47a79b212526138ae6244e61f;hp=94fb48320e13a72a371aa9edb1ad057c782738a2;hpb=aab3c89d03c1a99cb91ff1870775b2c44806bb79;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 94fb483..36efba7 100644 --- a/source/root.h +++ b/source/root.h @@ -1,13 +1,14 @@ /* $Id$ This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ #ifndef MSP_GLTK_ROOT_H_ #define MSP_GLTK_ROOT_H_ +#include #include #include "panel.h" @@ -20,7 +21,7 @@ input from it. When created, a Root widget will take its size from the window it is created for. The size can be changed, but a Root should always be rendered to fill the window in order to get coordinates mapped correctly. */ -class Root: public Panel +class Root: public Panel, public sigc::trackable { private: Graphics::Window &window;