mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	layers: s/arrange_layers/layers_arrange/
Because we like to start public function names with the name of the file. Move prototype from labwc.h to layers.h
This commit is contained in:
		
							parent
							
								
									04580fa825
								
							
						
					
					
						commit
						98d5fd483d
					
				
					 5 changed files with 9 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -322,7 +322,7 @@ handle_output_layout_change(struct wl_listener *listener, void *data)
 | 
			
		|||
 | 
			
		||||
		wl_list_for_each(output, &server->outputs, link) {
 | 
			
		||||
			if (output) {
 | 
			
		||||
				arrange_layers(output);
 | 
			
		||||
				layers_arrange(output);
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		output_update_for_layout_change(server);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue