summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mini_timeline.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-02 22:20:12 +0200
committerRobin Gareus <robin@gareus.org>2017-04-02 22:20:12 +0200
commit907fbdd19e99ede9f6e5d11c3726ac9e950c7960 (patch)
tree5b5dc2d03d67256b608d14f372efd132da53ed45 /gtk2_ardour/mini_timeline.h
parent7e224236e6e0d82e20eb455f30b51614fa05a3a8 (diff)
Minitimeline: show markers immediately left/right of viewpoint
Diffstat (limited to 'gtk2_ardour/mini_timeline.h')
-rw-r--r--gtk2_ardour/mini_timeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mini_timeline.h b/gtk2_ardour/mini_timeline.h
index 42d41ddd81..bfa84edef3 100644
--- a/gtk2_ardour/mini_timeline.h
+++ b/gtk2_ardour/mini_timeline.h
@@ -66,6 +66,7 @@ private:
void update_minitimeline ();
void draw_dots (cairo_t*, int left, int right, int y, ArdourCanvas::Color);
int draw_mark (cairo_t*, int x0, int x1, const std::string&, bool& prelight);
+ int draw_edge (cairo_t*, int x0, int x1, bool left, const std::string&, bool& prelight);
void render (Cairo::RefPtr<Cairo::Context> const&, cairo_rectangle_t*);
void format_time (framepos_t when);