summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
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/editor_summary.cc
parent9df3157dfc59c596bf8f044fc4ab5445a12f02a1 (diff)
change the meters into CairoWidget, add expose_area to CairoWidget::render()
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 1c30df4f3a..0e14ad2f08 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -89,7 +89,7 @@ EditorSummary::set_session (Session* s)
* @param cr Context.
*/
void
-EditorSummary::render (cairo_t* cr)
+EditorSummary::render (cairo_t* cr, cairo_rectangle_t*)
{
/* background (really just the dividing lines between tracks */