]> git.armaanb.net Git - dwm.git/commit
Function declarations in correct order.
authorChristopher Drelich <cd@cdrakka.com>
Wed, 2 May 2018 22:09:50 +0000 (18:09 -0400)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 12 May 2018 17:19:20 +0000 (19:19 +0200)
commitc8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0
tree7547f55ac28c243273ad0780cb4f6a5a8f421d61
parent10dfa65860d770cbce2cdaf67618f44f726a27c3
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.
dwm.c