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>
5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
shadow = true;
|
|
shadow-exclude = [
|
|
"name = 'NoShadow'"
|
|
]
|