user-notification: add new function ‘user_notification_add()’

This commit is contained in:
Daniel Eklöf 2021-02-12 09:25:29 +01:00
parent df1ed1c8cf
commit 2a99c5a093
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 46 additions and 1 deletions

View file

@ -181,7 +181,7 @@ executable(
'spawn.c', 'spawn.h',
'tokenize.c', 'tokenize.h',
'url-mode.c', 'url-mode.h',
'user-notification.h',
'user-notification.c', 'user-notification.h',
'wayland.c', 'wayland.h',
wl_proto_src + wl_proto_headers, version,
dependencies: [math, threads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig,