mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Add wlr_signal_emit_safe
This commit is contained in:
parent
3497e53516
commit
5e58d46cc1
43 changed files with 265 additions and 182 deletions
|
|
@ -4,6 +4,7 @@ lib_wlr_util = static_library(
|
|||
'log.c',
|
||||
'os-compatibility.c',
|
||||
'region.c',
|
||||
'signal.c',
|
||||
),
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, pixman],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue