summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2017-07-21 00:37:07 +0200
committerRobin Gareus <robin@gareus.org>2017-07-31 21:31:22 +0200
commit4a60c277dbf28b5fd371a04e5d7ca3d7b8df669f (patch)
tree6cf6044b7f3af205c1d8ff889122b6ac31175337 /gtk2_ardour/processor_box.h
parenta61ae46c82616eff3ec1f8dd1e1385cad227d25e (diff)
Some abstractions to make the display look good in the plugin gui
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 34fac115ca..400b9fafc9 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -255,6 +255,8 @@ private:
bool on_button_press_event (GdkEventButton *ev);
void update_height_alloc (uint32_t inline_height);
+ void display_frame (cairo_t* cr, double w, double h);
+
ProcessorEntry& _entry;
bool _scroll;
};