mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #2586 from RyanDwyer/fix-fullscreen-focus-crash
Fix crash when focusing from fullscreen in an invalid direction
This commit is contained in:
		
						commit
						c6a74cb4df
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -102,6 +102,9 @@ static struct sway_node *node_get_in_direction(struct sway_container *container,
 | 
			
		|||
		// Fullscreen container with a direction - go straight to outputs
 | 
			
		||||
		struct sway_output *output = container->workspace->output;
 | 
			
		||||
		struct sway_output *new_output = output_get_in_direction(output, dir);
 | 
			
		||||
		if (!new_output) {
 | 
			
		||||
			return NULL;
 | 
			
		||||
		}
 | 
			
		||||
		return get_node_in_output_direction(new_output, dir);
 | 
			
		||||
	}
 | 
			
		||||
	if (dir == MOVE_PARENT) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue