summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/PatchWindow.hpp')
-rw-r--r--src/libs/gui/PatchWindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/gui/PatchWindow.hpp b/src/libs/gui/PatchWindow.hpp
index a3851dc1..2b5a90be 100644
--- a/src/libs/gui/PatchWindow.hpp
+++ b/src/libs/gui/PatchWindow.hpp
@@ -89,6 +89,7 @@ private:
void event_save_as();
void event_upload();
void event_copy();
+ void event_paste();
void event_delete();
void event_quit();
void event_destroy();
@@ -98,6 +99,7 @@ private:
void event_show_properties();
void event_show_controls();
void event_show_engine();
+ void event_clipboard_changed(GdkEventOwnerChange* ev);
SharedPtr<PatchModel> _patch;
SharedPtr<PatchView> _view;