comparison event.c @ 692:8d3720e06c89

Jukka, thanks for being faster than me!
author Anselm R. Garbe <arg@suckless.org>
date Mon, 15 Jan 2007 19:01:57 +0100
parents 399f08187c27
children fc5b982778df
comparison
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();