X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;fp=source%2Froot.h;h=effa55628262b484b39ab97980721af41b751498;hb=878faa0c9283ee1e6e5e67b6ea1324cc52385742;hp=73ca276ed968a0e5241b5053c67ae89c96de39e6;hpb=21cb1e0b6fcc653d1298423dff5af5609389d415;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 73ca276..effa556 100644 --- a/source/root.h +++ b/source/root.h @@ -64,7 +64,8 @@ public: virtual unsigned get_height() const { return geom.h; } void tick(); - void render() const; + void render(); + virtual void setup_frame(GL::Renderer &); virtual void render(GL::Renderer &, const GL::Tag & = GL::Tag()) const; private: