Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
cd7ebaa
)
fixed two comments
author
[email protected]
<unknown>
Thu, 18 Oct 2007 15:02:19 +0000
(17:02 +0200)
committer
[email protected]
<unknown>
Thu, 18 Oct 2007 15:02:19 +0000
(17:02 +0200)
dwm.c
diff
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
99920d0
..
79d7214
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-111,7
+111,7
@@
typedef struct {
regex_t *tagregex;
} Regs;
regex_t *tagregex;
} Regs;
-/* functions */
+/* function
declaration
s */
void applyrules(Client *c);
void arrange(void);
void attach(Client *c);
void applyrules(Client *c);
void arrange(void);
void attach(Client *c);
@@
-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};
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];
void
applyrules(Client *c) {
static char buf[512];