X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/57e6e3bb80b5fc4709de3f8b716a8b8065897c7a..4ad20ffc2c23d29329bc7349985d889f2cb45612:/event.c?ds=inline diff --git a/event.c b/event.c index 125c6a2..5c21fcb 100644 --- a/event.c +++ b/event.c @@ -144,11 +144,11 @@ buttonpress(XEvent *e) static void configurerequest(XEvent *e) { + unsigned long newmask; Client *c; XConfigureRequestEvent *ev = &e->xconfigurerequest; XEvent synev; XWindowChanges wc; - unsigned long newmask; if((c = getclient(ev->window))) { gravitate(c, True);