Mercurial > dwm-meillo
comparison dwm.h @ 342:a1901753deef
updated man page
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 23 Aug 2006 18:50:46 +0200 |
parents | 827f8f6c9e97 |
children | b10852dbbffe |
comparison
equal
deleted
inserted
replaced
341:e4dad4635250 | 342:a1901753deef |
---|---|
58 Bool ismax; | 58 Bool ismax; |
59 Bool *tags; | 59 Bool *tags; |
60 Client *next; | 60 Client *next; |
61 Client *prev; | 61 Client *prev; |
62 Window win; | 62 Window win; |
63 Window title; | 63 Window twin; |
64 }; | 64 }; |
65 | 65 |
66 extern const char *tags[]; | 66 extern const char *tags[]; |
67 extern char stext[1024]; | 67 extern char stext[1024]; |
68 extern int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; | 68 extern int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; |