From 5e58d46cc1a90810e3ee76203cee8ca2f14fb462 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 12 Feb 2018 09:12:31 +0100 Subject: Add wlr_signal_emit_safe --- include/wlr/util/signal.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/wlr/util/signal.h (limited to 'include') 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 + +void wlr_signal_emit_safe(struct wl_signal *signal, void *data); + +#endif -- cgit v1.2.3