diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-15 22:47:45 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-15 22:47:45 +0200 |
commit | 7ded3239a68ddc516adbe3799c32604375567e61 (patch) | |
tree | 6a6d053f4c2887dc7fc58ec137db90a496ff56c7 /dwm.c | |
parent | 1c6512f5501942612b05adb84d5f1728eb9c90f6 (diff) | |
download | dwm-7ded3239a68ddc516adbe3799c32604375567e61.tar.gz dwm-7ded3239a68ddc516adbe3799c32604375567e61.tar.bz2 dwm-7ded3239a68ddc516adbe3799c32604375567e61.zip |
update
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |