main.c
changeset 813 0ed770c96e51
parent 812 8992a53a0d6a
child 823 fb5cbf0bd923
equal deleted inserted replaced
812:8992a53a0d6a 813:0ed770c96e51
   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(Arg 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