mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
notify: break out desktop notifications from osc.c
This commit is contained in:
parent
21cc68d49e
commit
03cbb6ad90
5 changed files with 117 additions and 91 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue