mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	Fix tiled containers resize with mouse
Fixes regression introduced in 2c1a11016c
			
			
This commit is contained in:
		
							parent
							
								
									06fcebc542
								
							
						
					
					
						commit
						43bd8dc437
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -59,7 +59,7 @@ static bool edge_is_external(struct sway_container *cont, enum wlr_edges edge) { | |||
| 
 | ||||
| static enum wlr_edges find_edge(struct sway_container *cont, | ||||
| 		struct wlr_surface *surface, struct sway_cursor *cursor) { | ||||
| 	if (!cont->view || cont->view->surface != surface) { | ||||
| 	if (!cont->view || (surface && cont->view->surface != surface)) { | ||||
| 		return WLR_EDGE_NONE; | ||||
| 	} | ||||
| 	if (cont->border == B_NONE || !cont->border_thickness || | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kirill Chibisov
						Kirill Chibisov