mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
8 lines
147 B
C
8 lines
147 B
C
#ifndef UTIL_SIGNAL_H
|
|
#define UTIL_SIGNAL_H
|
|
|
|
#include <wayland-server.h>
|
|
|
|
void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
|
|
|
|
#endif
|