mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: update notify_notify() prototype, add notify_free()
This commit is contained in:
parent
7268ee9078
commit
e88ec86c93
1 changed files with 8 additions and 3 deletions
11
pgo/pgo.c
11
pgo/pgo.c
|
|
@ -151,13 +151,18 @@ void ime_enable(struct seat *seat) {}
|
|||
void ime_disable(struct seat *seat) {}
|
||||
void ime_reset_preedit(struct seat *seat) {}
|
||||
|
||||
bool
|
||||
notify_notify(const struct terminal *term, struct notification *notif)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
notify_notify(
|
||||
const struct terminal *term, const char *title, const char *body,
|
||||
enum notify_when when, enum notify_urgency urgency)
|
||||
notify_free(struct terminal *term, struct notification *notif)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void reaper_add(struct reaper *reaper, pid_t pid, reaper_cb cb, void *cb_data) {}
|
||||
void reaper_del(struct reaper *reaper, pid_t pid) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue