dwm-meillo

diff tag.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 8125f908c80c
children c498da7520c7
line diff
     1.1 --- a/tag.c	Mon Jul 17 08:37:37 2006 +0200
     1.2 +++ b/tag.c	Mon Jul 17 09:12:29 2006 +0200
     1.3 @@ -7,24 +7,23 @@
     1.4  #include <string.h>
     1.5  #include <X11/Xutil.h>
     1.6  
     1.7 -/********** CUSTOMIZE **********/
     1.8 +/* static */
     1.9  
    1.10 +/* CUSTOMIZE */ 
    1.11 +static Rule rule[] = {
    1.12 +	/* class			instance	tags						isfloat */
    1.13 +	{ "Firefox-bin",	"Gecko",	{ [Twww] = "www" },			False },
    1.14 +};
    1.15 +
    1.16 +/* extern */
    1.17 +
    1.18 +/* CUSTOMIZE */
    1.19  char *tags[TLast] = {
    1.20  	[Tscratch] = "scratch",
    1.21  	[Tdev] = "dev",
    1.22  	[Twww] = "www",
    1.23  	[Twork] = "work",
    1.24  };
    1.25 -
    1.26 -static Rule rule[] = {
    1.27 -	/* class			instance	tags						isfloat */
    1.28 -	{ "Firefox-bin",	"Gecko",	{ [Twww] = "www" },			False },
    1.29 -};
    1.30 -
    1.31 -/********** CUSTOMIZE **********/
    1.32 -
    1.33 -/* extern functions */
    1.34 -
    1.35  void (*arrange)(Arg *) = dotile;
    1.36  
    1.37  void