dwm

Fork of suckless' dwm with my personal patches
git clone https://git.instinctive.eu/dwm.git
Log | Files | Refs | README | LICENSE

commit a29cf064d2f58819bdb1214f5bf55c549f895968
parent 97ab5372251986e119750bb94f8252877e4c3684
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date:   Thu, 25 Apr 2024 14:01:46 +0200

[nat] Fix `updateclientlist` definition

Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -2510,7 +2510,7 @@ updatebarpos(Monitor *m) } void -updateclientlist() +updateclientlist(void) { Client *c; Monitor *m;