mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef XWAYLAND_SOCKETS_H
 | 
						|
#define XWAYLAND_SOCKETS_H
 | 
						|
 | 
						|
#include <stdbool.h>
 | 
						|
 | 
						|
bool set_cloexec(int fd, bool cloexec);
 | 
						|
void unlink_display_sockets(int display);
 | 
						|
int open_display_sockets(int socks[2]);
 | 
						|
 | 
						|
#endif
 |