notify: break out desktop notifications from osc.c

This commit is contained in:
Daniel Eklöf 2020-12-10 18:06:24 +01:00
parent 21cc68d49e
commit 03cbb6ad90
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 117 additions and 91 deletions

View file

@ -155,6 +155,7 @@ executable(
'ime.c', 'ime.h',
'input.c', 'input.h',
'main.c',
'notify.c', 'notify.h',
'quirks.c', 'quirks.h',
'reaper.c', 'reaper.h',
'render.c', 'render.h',