Closed GoogleCodeExporter closed 9 years ago
I known what the problem is,now.
There is a call to render_argb_p in client_creat in cmd/wmii/client.c
render_argb_p(c->w.visual);
But the c->w.visual is not set (=0x0)
so render_argb_p always return false.
So the result is no transparency.
Original comment by DRDarkRa...@gmail.com
on 21 Feb 2011 at 1:09
Only need to add one line:
'c->w.visual=wa->visual;'
Original comment by DRDarkRa...@gmail.com
on 21 Feb 2011 at 2:05
Interesting. Thanks for the patch DRDark.
We'll have to wait for Kris to accept it.
Original comment by sun...@gmail.com
on 22 Feb 2011 at 10:00
Original comment by sun...@gmail.com
on 19 Sep 2011 at 8:26
This issue was closed by revision ff16defcde22.
Original comment by maglion...@gmail.com
on 19 Sep 2011 at 8:39
Original issue reported on code.google.com by
DRDarkRa...@gmail.com
on 3 Jan 2011 at 11:22