summaryrefslogtreecommitdiff
path: root/gtk2_ardour/shuttle_control.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-03-20 23:50:40 +0100
committerRobin Gareus <robin@gareus.org>2014-03-20 23:50:40 +0100
commitab44e41dfd8b8247ed5f57a8f3fcbbf4f8457827 (patch)
tree63e956159ece10dc3c33340c7004a8d95a7ba8df /gtk2_ardour/shuttle_control.h
parent9df3157dfc59c596bf8f044fc4ab5445a12f02a1 (diff)
change the meters into CairoWidget, add expose_area to CairoWidget::render()
Diffstat (limited to 'gtk2_ardour/shuttle_control.h')
-rw-r--r--gtk2_ardour/shuttle_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/shuttle_control.h b/gtk2_ardour/shuttle_control.h
index a8c2e71d59..0b289c5180 100644
--- a/gtk2_ardour/shuttle_control.h
+++ b/gtk2_ardour/shuttle_control.h
@@ -87,7 +87,7 @@ class ShuttleControl : public CairoWidget, public ARDOUR::SessionHandlePtr
bool on_scroll_event (GdkEventScroll*);
bool on_motion_notify_event(GdkEventMotion*);
- void render (cairo_t *);
+ void render (cairo_t *, cairo_rectangle_t*);
void on_size_allocate (Gtk::Allocation&);
bool on_query_tooltip (int, int, bool, const Glib::RefPtr<Gtk::Tooltip>&);