aewl

diff draw.c @ 84:052fe7498930

ordered variables in structs and source files alphabetically
author Anselm R. Garbe <garbeam@wmii.de>
date Mon, 17 Jul 2006 09:12:29 +0200
parents aabebd6e61f3
children c498da7520c7
line diff
     1.1 --- a/draw.c	Mon Jul 17 08:37:37 2006 +0200
     1.2 +++ b/draw.c	Mon Jul 17 09:12:29 2006 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  #include <string.h>
     1.5  #include <X11/Xlocale.h>
     1.6  
     1.7 -/* static functions */
     1.8 +/* static */
     1.9  
    1.10  static void
    1.11  drawborder(void)
    1.12 @@ -90,7 +90,7 @@
    1.13  	}
    1.14  }
    1.15  
    1.16 -/* extern functions */
    1.17 +/* extern */
    1.18  
    1.19  void
    1.20  drawall()