all repos — dwm @ 216099d072e98a830ac8689077faad469388fdad

my dwm build

thanks to Juka to check -Wall ;)
Anselm R. Garbe arg@suckless.org
Tue, 08 May 2007 08:52:34 +0200
commit

216099d072e98a830ac8689077faad469388fdad

parent

fc2e3eae209c321daba04a36fa1723293527e160

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M event.cevent.c

@@ -209,9 +209,7 @@ }

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;