docs: update

This commit is contained in:
Dylan Araps 2019-10-13 10:45:17 +03:00
parent 85762b8853
commit f7f925cb36

2
sowm.c
View File

@ -306,8 +306,6 @@ void configure_request(XEvent *e) {
XConfigureRequestEvent *ev = &e->xconfigurerequest;
XWindowChanges wc;
wc.x = ev->x;
wc.y = ev->y;
wc.width = ev->width;
wc.height = ev->height;
wc.sibling = ev->above;