mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	add missing anchor case in positioner invert-x
This commit is contained in:
		
							parent
							
								
									f11ef26379
								
							
						
					
					
						commit
						bcb660cb1d
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -256,6 +256,8 @@ static enum xdg_positioner_anchor positioner_anchor_invert_x(
 | 
			
		|||
		return XDG_POSITIONER_ANCHOR_LEFT;
 | 
			
		||||
	case XDG_POSITIONER_ANCHOR_TOP_LEFT:
 | 
			
		||||
		return XDG_POSITIONER_ANCHOR_TOP_RIGHT;
 | 
			
		||||
	case XDG_POSITIONER_ANCHOR_TOP_RIGHT:
 | 
			
		||||
		return XDG_POSITIONER_ANCHOR_TOP_LEFT;
 | 
			
		||||
	case XDG_POSITIONER_ANCHOR_BOTTOM_LEFT:
 | 
			
		||||
		return XDG_POSITIONER_ANCHOR_BOTTOM_RIGHT;
 | 
			
		||||
	case XDG_POSITIONER_ANCHOR_BOTTOM_RIGHT:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue