X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=event.c;h=db0d4826b129714978666013e09b688787d8cf22;hb=216099d072e98a830ac8689077faad469388fdad;hp=c89850aba7feb77ca431ce67a52943933e94e322;hpb=fc2e3eae209c321daba04a36fa1723293527e160;p=dwm.git diff --git a/event.c b/event.c index c89850a..db0d482 100644 --- a/event.c +++ b/event.c @@ -209,9 +209,7 @@ configurerequest(XEvent *e) { static void configurenotify(XEvent *e) { - Client *c; XConfigureEvent *ev = &e->xconfigure; - XWindowChanges wc; if (ev->window == root && (ev->width != sw || ev->height != sh)) { sw = ev->width;