THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#490 - urxvt's client border is transparent under xcompmgr User who did this - Uli Schlachter (psychon) ---------- I am talking about window borders. If a client window is created with an ARGB visual, the X11 server expects pixel values (such as the window border color) to be in a 0xAARRGGBB-format. However, awesome will use XAllocColor() to get pixel values for the default (RGB24) visual. Thus it will set a window border of 0x00RRGGBB. This gets interpreted by the X11 server as a color with alpha==0, thus completely transparent. At least that's how I understand this issue. I didn't do anything to verify this. (And since git/master is a reparenting WM and thus the window created by awesome for reparenting does have the expected visual -> everything works) ---------- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=490#comment2908 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
