mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef WLR_BACKEND_X11_H
 | 
						|
#define WLR_BACKEND_X11_H
 | 
						|
 | 
						|
#include <stdbool.h>
 | 
						|
#include <wayland-server.h>
 | 
						|
#include <wlr/backend.h>
 | 
						|
 | 
						|
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
 | 
						|
	const char *x11_display);
 | 
						|
 | 
						|
bool wlr_backend_is_x11(struct wlr_backend *backend);
 | 
						|
 | 
						|
#endif
 |