--- diff --git a/dwm.c b/dwm.c index 6fe6eb8..b72a76e 100644 --- a/dwm.c +++ b/dwm.c _AT_@ -216,10 +216,10 @@ static void toggleview(const Arg *arg); static void unfocus(Client *c, int setfocus); static void unmanage(Client *c, int destroyed); static void unmapnotify(XEvent *e); -static int updategeom(void); static void updatebarpos(Monitor *m); static void updatebars(void); static void updateclientlist(void); +static int updategeom(void); static void updatenumlockmask(void); static void updatesizehints(Client *c); static void updatestatus(void);Received on Thu May 03 2018 - 00:09:50 CEST
This archive was generated by hypermail 2.3.0 : Thu May 03 2018 - 00:12:38 CEST