1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-03 12:29:49 +01:00
wlroots-hyprland/include/util/signal.h
2018-02-12 21:29:23 +01:00

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