mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	focus to only child
This commit is contained in:
		
							parent
							
								
									774e594714
								
							
						
					
					
						commit
						6dc1ae802b
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -33,6 +33,9 @@ void add_child(swayc_t *parent, swayc_t *child) {
 | 
			
		|||
		child->width, child->height, parent, parent->type, parent->width, parent->height);
 | 
			
		||||
	list_add(parent->children, child);
 | 
			
		||||
	child->parent = parent;
 | 
			
		||||
	if (parent->children->length == 1) {
 | 
			
		||||
		parent->focused = child;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
swayc_t *add_sibling(swayc_t *sibling, swayc_t *child) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue