[hackers] [dwm] Function declarations in correct order. || Christopher Drelich

From: <git_AT_suckless.org>
Date: Sat, 12 May 2018 19:19:38 +0200 (CEST)

commit c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0
Author: Christopher Drelich <cd_AT_cdrakka.com>
AuthorDate: Wed May 2 18:09:50 2018 -0400
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sat May 12 19:19:20 2018 +0200

    Function declarations in correct order.
    
    In dwm.c function declarations are in alphabetical order except for
    updategeom(). There doesn't appear to be any reason for this, so this
    patch corrects that, and now all function declarations are in
    alphabetical order.

diff --git a/dwm.c b/dwm.c
index c98678d..bb95e26 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 Sat May 12 2018 - 19:19:38 CEST

This archive was generated by hypermail 2.3.0 : Sat May 12 2018 - 19:24:35 CEST