mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
9 lines
153 B
C
9 lines
153 B
C
|
|
#ifndef UTIL_SIGNAL_H
|
||
|
|
#define UTIL_SIGNAL_H
|
||
|
|
|
||
|
|
#include <wayland-server-core.h>
|
||
|
|
|
||
|
|
void wlr_signal_emit_final(struct wl_signal *signal, void *data);
|
||
|
|
|
||
|
|
#endif
|