mirror of
				https://github.com/yshui/picom.git
				synced 2025-10-30 23:46:46 -04:00 
			
		
		
		
	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'"
 | 
						|
]
 |