From: Christopher Drelich Date: Wed, 2 May 2018 22:09:50 +0000 (-0400) Subject: Function declarations in correct order. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0;hp=c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0;p=dwm.git 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. ---