main.c
changeset 823 fb5cbf0bd923
parent 813 0ed770c96e51
child 848 944739ec944a
equal deleted inserted replaced
822:72d7221858aa 823:fb5cbf0bd923
   234 	XSendEvent(dpy, w, False, NoEventMask, &e);
   234 	XSendEvent(dpy, w, False, NoEventMask, &e);
   235 	XSync(dpy, False);
   235 	XSync(dpy, False);
   236 }
   236 }
   237 
   237 
   238 void
   238 void
   239 quit(Arg arg) {
   239 quit(const char *arg) {
   240 	readin = running = False;
   240 	readin = running = False;
   241 }
   241 }
   242 
   242 
   243 /* There's no way to check accesses to destroyed windows, thus those cases are
   243 /* There's no way to check accesses to destroyed windows, thus those cases are
   244  * ignored (especially on UnmapNotify's).  Other types of errors call Xlibs
   244  * ignored (especially on UnmapNotify's).  Other types of errors call Xlibs