mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-10-29 05:40:12 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _WLR_BACKEND_H
 | |
| #define _WLR_BACKEND_H
 | |
| 
 | |
| struct wlr_backend *wlr_backend_init();
 | |
| void wlr_backend_free(struct wlr_backend *backend);
 | |
| 
 | |
| #endif
 | 
