mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #3389 from RedSoxFan/swap-context-seat
cmd_swap: use handler context seat
This commit is contained in:
		
						commit
						51bc466e2b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -108,7 +108,7 @@ static void container_swap(struct sway_container *con1,
 | 
				
			||||||
		container_set_fullscreen(con2, false);
 | 
							container_set_fullscreen(con2, false);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct sway_seat *seat = input_manager_get_default_seat();
 | 
						struct sway_seat *seat = config->handler_context.seat;
 | 
				
			||||||
	struct sway_container *focus = seat_get_focused_container(seat);
 | 
						struct sway_container *focus = seat_get_focused_container(seat);
 | 
				
			||||||
	struct sway_workspace *vis1 =
 | 
						struct sway_workspace *vis1 =
 | 
				
			||||||
		output_get_active_workspace(con1->workspace->output);
 | 
							output_get_active_workspace(con1->workspace->output);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue