mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-23 12:42:22 +00: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
|