mirror of https://github.com/0intro/wmii
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));
|
Pt(wa->x, wa->y));
|
||||||
|
|
||||||
c->w.type = WWindow;
|
c->w.type = WWindow;
|
||||||
|
c->w.visual = wa->visual;
|
||||||
c->w.xid = w;
|
c->w.xid = w;
|
||||||
c->w.r = c->r;
|
c->w.r = c->r;
|
||||||
c->w.aux = c;
|
c->w.aux = c;
|
||||||
|
|
Loading…
Reference in New Issue