From 8f16fe54d3cbe2417a0edf9bde585d2844ea4bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 25 Jul 2024 19:31:27 +0200 Subject: [PATCH] pgo: add notify_close() stub --- pgo/pgo.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pgo/pgo.c b/pgo/pgo.c index 6dc0dd10..f87863c0 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -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) {