introduced tile.c, some refactoring of functions
This commit is contained in:
parent
39ed54a468
commit
5cc27f1b3c
8 changed files with 150 additions and 141 deletions
2
main.c
2
main.c
|
@ -117,7 +117,7 @@ setup(void) {
|
|||
wa.cursor = cursor[CurNormal];
|
||||
XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
|
||||
grabkeys();
|
||||
initrregs();
|
||||
compileregexps();
|
||||
for(ntags = 0; tags[ntags]; ntags++);
|
||||
seltag = emallocz(sizeof(Bool) * ntags);
|
||||
seltag[0] = True;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue