X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/76c8c16d79d4fd2a3e776800637d211e4dc8e50a..c3a2e016bb65c00bd44b6461b1b1bbaa61f20093:/dwm.c?ds=sidebyside diff --git a/dwm.c b/dwm.c index c98678d..bb95e26 100644 --- a/dwm.c +++ b/dwm.c @@ -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);