mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
6
notify.h
Normal file
6
notify.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "terminal.h"
|
||||
|
||||
void notify_notify(
|
||||
const struct terminal *term, const char *title, const char *body);
|
||||
Loading…
Add table
Add a link
Reference in a new issue