mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	style
This commit is contained in:
		
							parent
							
								
									c9de300888
								
							
						
					
					
						commit
						28c22c8f80
					
				
					 2 changed files with 7 additions and 8 deletions
				
			
		| 
						 | 
					@ -515,8 +515,7 @@ swayc_t *get_swayc_in_direction_under(swayc_t *container, enum movement_directio
 | 
				
			||||||
				can_move = true;
 | 
									can_move = true;
 | 
				
			||||||
				diff = target - self;
 | 
									diff = target - self;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							} else {
 | 
				
			||||||
		else {
 | 
					 | 
				
			||||||
			if (dir == MOVE_LEFT || dir == MOVE_RIGHT) {
 | 
								if (dir == MOVE_LEFT || dir == MOVE_RIGHT) {
 | 
				
			||||||
				if (parent->layout == L_HORIZ) {
 | 
									if (parent->layout == L_HORIZ) {
 | 
				
			||||||
					can_move = true;
 | 
										can_move = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue