mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge branch 'master' into fix-scratchpad-resize
This commit is contained in:
		
						commit
						bb06a57a71
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -239,7 +239,7 @@ static bool wants_floating(struct sway_view *view) {
 | 
			
		|||
 | 
			
		||||
	struct wlr_xwayland_surface_size_hints *size_hints = surface->size_hints;
 | 
			
		||||
	if (size_hints != NULL &&
 | 
			
		||||
			size_hints->min_width != 0 && size_hints->min_height != 0 &&
 | 
			
		||||
			size_hints->min_width > 0 && size_hints->min_height > 0 &&
 | 
			
		||||
			(size_hints->max_width == size_hints->min_width ||
 | 
			
		||||
			size_hints->max_height == size_hints->min_height)) {
 | 
			
		||||
		return true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue