X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_summary.h;fp=gtk2_ardour%2Feditor_summary.h;h=afdbf096b90cbf4dd0a32f200a91619dd1274a61;hb=29002b9ac900e1115ae51635eb2afad34cb53c40;hp=0a9a5b960ce193cfc3a407ebeab8486e9fef195e;hpb=0cb44f9d561996015468d535c01d954b22fa7e2a;p=ardour.git diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h index 0a9a5b960c..afdbf096b9 100644 --- a/gtk2_ardour/editor_summary.h +++ b/gtk2_ardour/editor_summary.h @@ -88,6 +88,9 @@ private: framepos_t _start; ///< start frame of the overview framepos_t _end; ///< end frame of the overview + framepos_t _leftmost; ///< the earliest frame we ever viewed + framepos_t _rightmost; ///< the latest frame we ever viewed + /** fraction of the session length by which the overview size should extend past the start and end markers */ double _overhang_fraction;