event.c
changeset 692 8d3720e06c89
parent 690 399f08187c27
child 701 fc5b982778df
equal deleted inserted replaced
691:5d7e363f889d 692:8d3720e06c89
   238 	}
   238 	}
   239 }
   239 }
   240 
   240 
   241 static void
   241 static void
   242 expose(XEvent *e) {
   242 expose(XEvent *e) {
   243 	Client *c;
       
   244 	XExposeEvent *ev = &e->xexpose;
   243 	XExposeEvent *ev = &e->xexpose;
   245 
   244 
   246 	if(ev->count == 0) {
   245 	if(ev->count == 0) {
   247 		if(barwin == ev->window)
   246 		if(barwin == ev->window)
   248 			drawstatus();
   247 			drawstatus();