]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.h
class Window from mspgbase is now inside namespace Graphics
[libs/gltk.git] / source / root.h
index 0d30951f41984b79da011be65164118bcc47be70..2248ab87a82ea3c46dfb8508f1c6f6c8610eeff2 100644 (file)
@@ -23,10 +23,10 @@ rendered to fill the window in order to get coordinates mapped correctly.
 class Root: public Panel
 {
 private:
-       Window &window;
+       Graphics::Window &window;
 
 public:
-       Root(Resources &, Window &);
+       Root(Resources &, Graphics::Window &);
 private:
        virtual const char *get_class() const { return "root"; }
        void button_press_event(int, int, unsigned, unsigned);