mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef UTIL_SIGNAL_H
 | 
						|
#define UTIL_SIGNAL_H
 | 
						|
 | 
						|
#include <wayland-server.h>
 | 
						|
 | 
						|
void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
 | 
						|
 | 
						|
#endif
 |