mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
8 lines
155 B
C
8 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
|