Fischx / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

xcompmgr transparency doesn't work #226

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.start xcompmgr with command line paraments -CncfF
2.open gnome-termninal, and enable transparent background
3.it doesn't work

What version of the product are you using (wmii -v)? On what operating
system (uname -a)?
wmii-hg2784

Please provide any additional information below.

I've tried metacity, xcompmgr works fine with it.

Original issue reported on code.google.com by DRDarkRa...@gmail.com on 3 Jan 2011 at 11:22

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
Only need to add one line:

'c->w.visual=wa->visual;'

Original comment by DRDarkRa...@gmail.com on 21 Feb 2011 at 2:05

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by sun...@gmail.com on 19 Sep 2011 at 8:26

GoogleCodeExporter commented 8 years ago
This issue was closed by revision ff16defcde22.

Original comment by maglion...@gmail.com on 19 Sep 2011 at 8:39