thanks to Juka to check -Wall ;) 216099d0
Anselm R. Garbe · 2007-05-08 08:52 1 file(s) · +0 −2
event.c +0 −2
209 209
210 210
static void
211 211
configurenotify(XEvent *e) {
212 -
	Client *c;
213 212
	XConfigureEvent *ev = &e->xconfigure;
214 -
	XWindowChanges wc;
215 213
216 214
	if (ev->window == root && (ev->width != sw || ev->height != sh)) {
217 215
		sw = ev->width;