mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _WLR_BACKEND_UDEV_H
 | 
						|
#define _WLR_BACKEND_UDEV_H
 | 
						|
 | 
						|
struct wlr_udev;
 | 
						|
 | 
						|
struct wlr_udev *wlr_udev_create(struct wl_display *display);
 | 
						|
void wlr_udev_destroy(struct wlr_udev *udev);
 | 
						|
 | 
						|
#endif
 |