9 lines
155 B
C
9 lines
155 B
C
|
#ifndef WLR_UTIL_SIGNAL_H
|
||
|
#define WLR_UTIL_SIGNAL_H
|
||
|
|
||
|
#include <wayland-server.h>
|
||
|
|
||
|
void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
|
||
|
|
||
|
#endif
|