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

@ -129,6 +129,11 @@ void cmd_scrollback_down(struct terminal *term, int rows) {}
void ime_enable(struct seat *seat) {}
void ime_disable(struct seat *seat) {}
void
notify_notify(const struct terminal *term, const char *title, const char *body)
{
}
int
main(int argc, const char *const *argv)
{