Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
introduced tile.c, some refactoring of functions
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
5ed8981
..
bd19e49
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-117,7
+117,7
@@
setup(void) {
wa.cursor = cursor[CurNormal];
XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
grabkeys();
-
initrreg
s();
+
compileregexp
s();
for(ntags = 0; tags[ntags]; ntags++);
seltag = emallocz(sizeof(Bool) * ntags);
seltag[0] = True;