thanks to Juka to check -Wall ;)

This commit is contained in:
Anselm R. Garbe 2007-05-08 08:52:34 +02:00
parent fc2e3eae20
commit 216099d072
1 changed files with 0 additions and 2 deletions

View File

@ -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;