From 5d2b3d037e25e36a98de8299aeb6a8f41ce7306d Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 6 Aug 2024 14:34:26 +0400 Subject: scrolling added --- x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x.c') diff --git a/x.c b/x.c index bd23686..25785a6 100644 --- a/x.c +++ b/x.c @@ -59,6 +59,8 @@ static void zoom(const Arg *); static void zoomabs(const Arg *); static void zoomreset(const Arg *); static void ttysend(const Arg *); +void kscrollup(const Arg *); +void kscrolldown(const Arg *); /* config.h for applying patches and the configuration. */ #include "config.h" -- cgit v1.2.3