mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	fix regression in hide_edge_borders
This commit is contained in:
		
							parent
							
								
									9fe1d3da38
								
							
						
					
					
						commit
						3137615838
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -576,7 +576,7 @@ void update_geometry(swayc_t *container) {
 | 
			
		|||
					border_left = 0;
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				if (geometry.origin.x + geometry.size.w == workspace->width) {
 | 
			
		||||
				if (geometry.size.w == workspace->width) {
 | 
			
		||||
					border_right = 0;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			@ -586,7 +586,7 @@ void update_geometry(swayc_t *container) {
 | 
			
		|||
					border_top = 0;
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				if (geometry.origin.y + geometry.size.h == workspace->height) {
 | 
			
		||||
				if (geometry.size.h == workspace->height) {
 | 
			
		||||
					border_bottom = 0;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue