all repos — dwm @ 5a9af492ae9fc6d28dc80bf3599d7eebda9136dd

my dwm build

fixed issue reported by Christian Garbs
Anselm R. Garbe arg@suckless.org
Thu, 24 May 2007 11:35:32 +0200
commit

5a9af492ae9fc6d28dc80bf3599d7eebda9136dd

parent

32563abe86100150645c285c9a769257836bd86d

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

jump to
M event.cevent.c

@@ -218,11 +218,10 @@

if (ev->window == root && (ev->width != sw || ev->height != sh)) { sw = ev->width; sh = ev->height; - wah = sh - bh; - waw = sw; XFreePixmap(dpy, dc.drawable); dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen)); XResizeWindow(dpy, barwin, sw, bh); + updatebarpos(); lt->arrange(); } }