mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: add notify_close() stub
This commit is contained in:
parent
c4d9f8a8ff
commit
8f16fe54d3
1 changed files with 5 additions and 0 deletions
|
|
@ -157,6 +157,11 @@ notify_notify(struct terminal *term, struct notification *notif)
|
|||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
notify_close(struct terminal *term, const char *id)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
notify_free(struct terminal *term, struct notification *notif)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue