mirror of
https://github.com/yshui/picom.git
synced 2024-10-27 05:24:17 -04:00
db2c9ff0be
The compositor crashes when a window does: has shadow -> no shadow -> has shadow This is because when the shadow is turned off, the shadow image is not freed, and this is catched by a later assertion. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
4 lines
56 B
Text
4 lines
56 B
Text
shadow = true;
|
|
shadow-exclude = [
|
|
"name = 'NoShadow'"
|
|
]
|