| tfixed two comments - dwm - [fork] customized build of dwm, the dynamic window … | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit af0034f3a58dc093e28adfaa79908616388d0217 | |
| parent cd7ebaad25fa5f10a4442f9d80a05f344ca271d3 | |
| Author: [email protected] <unknown> | |
| Date: Thu, 18 Oct 2007 17:02:19 +0200 | |
| fixed two comments | |
| Diffstat: | |
| M dwm.c | 4 +++- | |
| 1 file changed, 3 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/dwm.c b/dwm.c | |
| t@@ -111,7 +111,7 @@ typedef struct { | |
| regex_t *tagregex; | |
| } Regs; | |
| -/* functions */ | |
| +/* function declarations */ | |
| void applyrules(Client *c); | |
| void arrange(void); | |
| void attach(Client *c); | |
| t@@ -236,6 +236,8 @@ Regs *regs = NULL; | |
| unsigned int ntags = sizeof tags / sizeof tags[0]; | |
| Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True}; | |
| Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True}; | |
| + | |
| +/* function implementations */ | |
| void | |
| applyrules(Client *c) { | |
| static char buf[512]; |