mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
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
|