bwhmather/wmii

xcompmgr transparency doesn't work

Closed this issue · 5 comments

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

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

  • Added labels: Type-Patch
  • Removed labels: Type-Defect

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

  • Changed state: Accepted
This issue was closed by revision ff16defcde22.

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

  • Changed state: Fixed