mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix boolean
This commit is contained in:
		
							parent
							
								
									f156a25e64
								
							
						
					
					
						commit
						4cb6c368a7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -935,7 +935,7 @@ void container_set_floating(struct sway_container *container, bool enable) {
 | 
			
		|||
		container_add_child(workspace->sway_workspace->floating, container);
 | 
			
		||||
		if (container->type == C_VIEW) {
 | 
			
		||||
			view_init_floating(container->sway_view);
 | 
			
		||||
			view_set_tiled(container->sway_view, true);
 | 
			
		||||
			view_set_tiled(container->sway_view, false);
 | 
			
		||||
		}
 | 
			
		||||
		seat_set_focus(seat, seat_get_focus_inactive(seat, container));
 | 
			
		||||
		container_reap_empty_recursive(workspace);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue