mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
							parent
							
								
									de9e80459a
								
							
						
					
					
						commit
						1e0459f7f7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -635,7 +635,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// find new output's old workspace, which might have to be removed if empty
 | 
						// find new output's old workspace, which might have to be removed if empty
 | 
				
			||||||
	struct sway_container *new_output_last_ws = NULL;
 | 
						struct sway_container *new_output_last_ws = NULL;
 | 
				
			||||||
	if (last_output != new_output) {
 | 
						if (new_output && last_output != new_output) {
 | 
				
			||||||
		new_output_last_ws = seat_get_active_child(seat, new_output);
 | 
							new_output_last_ws = seat_get_active_child(seat, new_output);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue