From d1c68125b6825f0327a4089aa8ddca5105e78ec1 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 13 Jul 2023 10:21:12 +0200 Subject: Add initial pattern chain UI --- src/clipboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/clipboard.c') 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 { static Clipboard clipboard = {CLIP_EMPTY, 0, 0, 0}; +void send_notif(char *msg); + void clipboard_paste(void) { Pattern *pat_dst = &patterns[pattern_selection_loc]; @@ -408,8 +410,6 @@ clipboard_paste(void) { } } -void send_notif(char *msg); - void clipboard_copy(void) { if (input_handler == handle_trigger_selection) { -- cgit v1.2.1