X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=5de362619b02ddf03faba1300b4739830038428e;hb=7d8609bec44adcab67b0c1a78d560ef76afded8d;hp=7d5a592805f187a096e1fbc5e6f1a40822981d78;hpb=d2491d05fe17541a01bd7f3264e693fad616f2d9;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 7d5a592..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;