Add ARGB visual support.
authordanielb <danielb_86@users.sourceforge.net>
Fri, 1 Jan 2010 23:01:51 +0000 (15:01 -0800)
committerBrenden Matthews <brenden@diddyinc.com>
Fri, 1 Jan 2010 23:01:51 +0000 (15:01 -0800)
commit0de060f8dd6a0da0a6ec4f0a6c223fc23fd3017a
treed57457577fa291fb868bb7baab3276982ba0a826
parent823e4af01878976494df24df4fd7079a18ae5152
Add ARGB visual support.

This patch adds the possibility to use a argb visual for the conky
window.  Adding a boolean configuration entry 'own_window_argb_visual'.
the 'set_transparent_background' method sets the alpha bytes of the argb
color for transparency, instead of pseudo transparency.  This patch
would close following feature request:
https://sourceforge.net/tracker/?func=detail&aid=1563931&group_id=143975&at
id=757311 and would be a workaround for some reported transparency bugs
(https://sourceforge.net/tracker/?func=detail&aid=1968923&group_id=143975&a
tid=757308 for example)

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>
AUTHORS
configure.ac.in
doc/config_settings.xml
src/conky.c
src/fonts.c
src/x11.c
src/x11.h