X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=0f833b361515a5f51657546bf32bc8c030f98db4;hp=979d4c6e5653e14ffd78f1f1267cec18fccd2c7f;hb=6877205e9d8eed2b839be98c40679fa45a93e0ca;hpb=fb5f99d935cc298e7d142953efbc1e9982f26f19 diff --git a/dwm.c b/dwm.c index 979d4c6..0f833b3 100644 --- a/dwm.c +++ b/dwm.c @@ -423,8 +423,11 @@ void configurenotify(XEvent *e) { XConfigureEvent *ev = &e->xconfigure; - if(ev->window == root && (ev->width != sw || ev->height != sh)) + if(ev->window == root && (ev->width != sw || ev->height != sh)) { + sw = ev->width; + sh = ev->height; setgeom(NULL); + } } void