docs: update

This commit is contained in:
Dylan Araps 2019-10-14 00:18:41 +03:00
parent 29c2337ed8
commit 6d43204fb2
1 changed files with 2 additions and 0 deletions

2
sowm.c
View File

@ -295,6 +295,8 @@ 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;