mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Fix compositing issue per DRDarkRaven. Closes issue #226.
This commit is contained in:
parent
0658d3fc2e
commit
fab45e323f
@ -106,6 +106,7 @@ client_create(XWindow w, XWindowAttributes *wa) {
|
||||
Pt(wa->x, wa->y));
|
||||
|
||||
c->w.type = WWindow;
|
||||
c->w.visual = wa->visual;
|
||||
c->w.xid = w;
|
||||
c->w.r = c->r;
|
||||
c->w.aux = c;
|
||||
|
Loading…
Reference in New Issue
Block a user