aewl
changeset 126:1489f6b97714
added yet another CUTOMIZE tag
author | arg@10ksloc.org |
---|---|
date | Thu, 20 Jul 2006 15:40:41 +0200 |
parents | b4b8b4236599 |
children | 1480e19f6377 |
files | main.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/main.c Thu Jul 20 15:17:52 2006 +0200 1.2 +++ b/main.c Thu Jul 20 15:40:41 2006 +0200 1.3 @@ -84,7 +84,9 @@ 1.4 /* extern */ 1.5 1.6 char stext[1024]; 1.7 +/* CUSTOMIZE */ 1.8 int tsel = Tdev; /* default tag */ 1.9 +/* END CUSTOMIZE */ 1.10 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; 1.11 Atom wmatom[WMLast], netatom[NetLast]; 1.12 Bool running = True;