From 9a1a136d7bc595b22a466800f024427815e85679 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 27 Sep 2025 18:50:24 +0200 Subject: patch --- x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x.c') diff --git a/x.c b/x.c index 0cc8958..fa4375d 100644 --- a/x.c +++ b/x.c @@ -53,6 +53,8 @@ typedef struct { /* function definitions used in config.h */ static void clipcopy(const Arg *); static void clippaste(const Arg *); +void kscrollup(const Arg *); +void kscrolldown(const Arg *); static void numlock(const Arg *); static void selpaste(const Arg *); static void zoom(const Arg *); -- cgit v1.2.3