aboutsummaryrefslogtreecommitdiffstats
path: root/src/clipboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clipboard.c')
-rw-r--r--src/clipboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clipboard.c b/src/clipboard.c
index edb9b31..d82f576 100644
--- a/src/clipboard.c
+++ b/src/clipboard.c
@@ -21,6 +21,8 @@ typedef struct Clipboard {
21 21
22static Clipboard clipboard = {CLIP_EMPTY, 0, 0, 0}; 22static Clipboard clipboard = {CLIP_EMPTY, 0, 0, 0};
23 23
24void send_notif(char *msg);
25
24void 26void
25clipboard_paste(void) { 27clipboard_paste(void) {
26 Pattern *pat_dst = &patterns[pattern_selection_loc]; 28 Pattern *pat_dst = &patterns[pattern_selection_loc];
@@ -408,8 +410,6 @@ clipboard_paste(void) {
408 } 410 }
409} 411}
410 412
411void send_notif(char *msg);
412
413void 413void
414clipboard_copy(void) { 414clipboard_copy(void) {
415 if (input_handler == handle_trigger_selection) { 415 if (input_handler == handle_trigger_selection) {