commit f7f925cb3639dbbe21a8f655d42c48e86997cc6e
parent 85762b885333419181e8b2fdadc1d1772531c8b4
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sun, 13 Oct 2019 10:45:17 +0300
docs: update
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/sowm.c b/sowm.c
@@ -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;