Add wlr_signal_emit_safe

This commit is contained in:
emersion 2018-02-12 09:12:31 +01:00
parent 3497e53516
commit 5e58d46cc1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
43 changed files with 265 additions and 182 deletions

View file

@ -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],