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
29c2337ed8
commit
6d43204fb2
2
sowm.c
2
sowm.c
@ -295,6 +295,8 @@ 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