aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/util/signal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/wlr/util/signal.h b/include/wlr/util/signal.h
new file mode 100644
index 00000000..e13141d8
--- /dev/null
+++ b/include/wlr/util/signal.h
@@ -0,0 +1,8 @@
+#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