X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=5de362619b02ddf03faba1300b4739830038428e;hb=7d8609bec44adcab67b0c1a78d560ef76afded8d;hp=5dbf7bb1aa112a317f59763ac6fd9c8ccb7bad9a;hpb=f8f2f18e886429b70325ff36989bb126de617716;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 5dbf7bb..5de3626 100644 --- a/source/root.h +++ b/source/root.h @@ -39,6 +39,7 @@ private: int pointer_x; int pointer_y; Time::TimeStamp tooltip_timeout; + Time::TimeStamp last_tick; Widget *tooltip_target; Msp::GL::Camera camera; Msp::GL::Program *shprog; @@ -63,7 +64,7 @@ public: virtual unsigned get_height() const { return geom.h; } void tick(); - virtual void render(const GL::Tag & = GL::Tag()) const; + void render() const; virtual void render(GL::Renderer &, const GL::Tag & = GL::Tag()) const; private: