Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
added max
[dwm.git]
/
wm.c
diff --git
a/wm.c
b/wm.c
index
f0069d2
..
02b9a68
100644
(file)
--- a/
wm.c
+++ b/
wm.c
@@
-175,6
+175,18
@@
cleanup()
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
}
+void
+run(void *aux)
+{
+ spawn(dpy, aux);
+}
+
+void
+quit(void *aux)
+{
+ running = False;
+}
+
int
main(int argc, char *argv[])
{