X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_view.h;h=166a1121a80df30432a08979dc11c07be043e647;hb=4e2e10d256f8a1c107db9ce33042a2ed28fdc0bd;hp=f3aa4d5e65ad9983e2490398318eff4762c085d4;hpb=39fb8198febde1937019db1c300ec363aab5aa56;p=dcpomatic.git diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h index f3aa4d5e6..166a1121a 100644 --- a/src/wx/timeline_view.h +++ b/src/wx/timeline_view.h @@ -52,6 +52,7 @@ protected: virtual void do_paint (wxGraphicsContext *, std::list> overlaps) = 0; int time_x (dcpomatic::DCPTime t) const; + int y_pos(int t) const; Timeline& _timeline;