mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Make wlr_signal_emit_safe private
This commit is contained in:
parent
10ecf871f2
commit
36ead80cd1
42 changed files with 41 additions and 42 deletions
8
include/util/signal.h
Normal file
8
include/util/signal.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue