diff options
| author | [email protected] <unknown> | 2006-07-20 15:40:41 +0200 |
|---|---|---|
| committer | [email protected] <unknown> | 2006-07-20 15:40:41 +0200 |
| commit | 06dc514bc7327f1a2a35cb533bcf18715305da44 (patch) | |
| tree | 0455f80bfdc3f3776f0bf74b22f478b6eff0ed23 /main.c | |
| parent | cleaned the CUSTOMIZE flags (diff) | |
| download | seiwm-06dc514bc7327f1a2a35cb533bcf18715305da44.tar.xz seiwm-06dc514bc7327f1a2a35cb533bcf18715305da44.zip | |
added yet another CUTOMIZE tag
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,7 +84,9 @@ xerrorstart(Display *dsply, XErrorEvent *ee) /* extern */ char stext[1024]; +/* CUSTOMIZE */ int tsel = Tdev; /* default tag */ +/* END CUSTOMIZE */ int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; |