7f74c7c859
The actual bg is drawn either with fake transparency over the wallpaper (this uses operator OVER) or for true transparency with operator SOURCE. The bgimage should be drawn ontop of this without erasing the background and thus needs operator OVER. However, before this commit the bgimage was drawn in the same way as the bg and thus inherited its SOURCE operator if a compositor is running. Fix this by restoring the default operator (OVER) and also e.g. the default source before drawing the bgimage. Fixes: https://github.com/awesomeWM/awesome/issues/954 Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
container | ||
layout | ||
widget | ||
drawable.lua | ||
hierarchy.lua | ||
init.lua |