Mercurial > aewl
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 wrap: on
line diff
--- a/tag.c Mon Jul 17 08:37:37 2006 +0200 +++ b/tag.c Mon Jul 17 09:12:29 2006 +0200 @@ -7,24 +7,23 @@ #include <string.h> #include <X11/Xutil.h> -/********** CUSTOMIZE **********/ +/* static */ +/* CUSTOMIZE */ +static Rule rule[] = { + /* class instance tags isfloat */ + { "Firefox-bin", "Gecko", { [Twww] = "www" }, False }, +}; + +/* extern */ + +/* CUSTOMIZE */ char *tags[TLast] = { [Tscratch] = "scratch", [Tdev] = "dev", [Twww] = "www", [Twork] = "work", }; - -static Rule rule[] = { - /* class instance tags isfloat */ - { "Firefox-bin", "Gecko", { [Twww] = "www" }, False }, -}; - -/********** CUSTOMIZE **********/ - -/* extern functions */ - void (*arrange)(Arg *) = dotile; void