mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-21 23:13:50 -07:00
docs: update
This commit is contained in:
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;
|
||||||
|
Reference in New Issue
Block a user