mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Remove wlr_ prefix from local symbols
This commit is contained in:
		
							parent
							
								
									097561d6bf
								
							
						
					
					
						commit
						b0d99f5c67
					
				
					 26 changed files with 163 additions and 199 deletions
				
			
		| 
						 | 
				
			
			@ -48,7 +48,7 @@ static const struct wl_registry_listener registry_listener = {
 | 
			
		|||
	.global_remove = registry_global_remove
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void wlr_wl_registry_poll(struct wlr_wl_backend *backend) {
 | 
			
		||||
void wl_registry_poll(struct wlr_wl_backend *backend) {
 | 
			
		||||
	wl_registry_add_listener(backend->registry, ®istry_listener, backend);
 | 
			
		||||
	wl_display_dispatch(backend->remote_display);
 | 
			
		||||
	wl_display_roundtrip(backend->remote_display);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue