Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
forgot an extern declaration
[dwm.git]
/
screen.c
diff --git
a/screen.c
b/screen.c
index
041cac7
..
4e97f09
100644
(file)
--- a/
screen.c
+++ b/
screen.c
@@
-83,6
+83,7
@@
dofloat(void) {
}
restack();
}
+
void
dotile(void) {
unsigned int i, n, nx, ny, nw, nh, mw, mh, tw, th;