mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
docs: update
This commit is contained in:
parent
85762b8853
commit
f7f925cb36
2
sowm.c
2
sowm.c
@ -306,8 +306,6 @@ void configure_request(XEvent *e) {
|
|||||||
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
||||||
XWindowChanges wc;
|
XWindowChanges wc;
|
||||||
|
|
||||||
wc.x = ev->x;
|
|
||||||
wc.y = ev->y;
|
|
||||||
wc.width = ev->width;
|
wc.width = ev->width;
|
||||||
wc.height = ev->height;
|
wc.height = ev->height;
|
||||||
wc.sibling = ev->above;
|
wc.sibling = ev->above;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user