mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	make index_child static
This commit is contained in:
		
							parent
							
								
									5151502298
								
							
						
					
					
						commit
						7d8f2c52aa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -61,7 +61,7 @@ void init_layout(void) {
 | 
				
			||||||
		&root_container.sway_root->output_layout_change);
 | 
							&root_container.sway_root->output_layout_change);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int index_child(const swayc_t *child) {
 | 
					static int index_child(const swayc_t *child) {
 | 
				
			||||||
	// TODO handle floating
 | 
						// TODO handle floating
 | 
				
			||||||
	swayc_t *parent = child->parent;
 | 
						swayc_t *parent = child->parent;
 | 
				
			||||||
	int i, len;
 | 
						int i, len;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue