summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/PatchCanvas.hpp')
-rw-r--r--src/libs/gui/PatchCanvas.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/gui/PatchCanvas.hpp b/src/libs/gui/PatchCanvas.hpp
index dfebab7e..bb766314 100644
--- a/src/libs/gui/PatchCanvas.hpp
+++ b/src/libs/gui/PatchCanvas.hpp
@@ -82,6 +82,8 @@ public:
void show_menu(GdkEvent* event)
{ _menu->popup(event->button.button, event->button.time); }
+ bool canvas_key_event(GdkEventKey* event);
+
private:
enum ControlType { NUMBER, BUTTON };
void menu_add_control(ControlType type);