mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #912 from RyanDwyer/remove-bitchecks
Remove bitchecks from wlr_output_layout_adjacent_output()
This commit is contained in:
		
						commit
						ce64bb7d83
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -107,8 +107,8 @@ struct wlr_output *wlr_output_layout_get_center_output(
 | 
			
		|||
enum wlr_direction {
 | 
			
		||||
	WLR_DIRECTION_UP = 1,
 | 
			
		||||
	WLR_DIRECTION_DOWN = 2,
 | 
			
		||||
	WLR_DIRECTION_LEFT = 3,
 | 
			
		||||
	WLR_DIRECTION_RIGHT = 4,
 | 
			
		||||
	WLR_DIRECTION_LEFT = 4,
 | 
			
		||||
	WLR_DIRECTION_RIGHT = 8,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue