X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=2248ab87a82ea3c46dfb8508f1c6f6c8610eeff2;hb=6be5b834084fb3ab421b94b6c4ad8eece6bab754;hp=0d30951f41984b79da011be65164118bcc47be70;hpb=ed9873ba7ee862ad76937f579fe371c1a27d5715;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 0d30951..2248ab8 100644 --- a/source/root.h +++ b/source/root.h @@ -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);