From 7ded3239a68ddc516adbe3799c32604375567e61 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 15 Jun 2025 22:47:45 +0200 Subject: update --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 32c46be..53ff6b2 100644 --- a/dwm.c +++ b/dwm.c @@ -247,9 +247,9 @@ static void setup(void); static void setviewport(void); static void seturgent(Client *c, int urg); static void showhide(Client *c); -static void sigstatusbar(const Arg *arg); static void sighup(int unused); static void sigterm(int unused); +static void sigstatusbar(const Arg *arg); static void spawn(const Arg *arg); static void tag(const Arg *arg); static void tagmon(const Arg *arg); -- cgit v1.2.3