mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04: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_disable(struct seat *seat) {}
|
||||||
void ime_reset_preedit(struct seat *seat) {}
|
void ime_reset_preedit(struct seat *seat) {}
|
||||||
|
|
||||||
|
bool
|
||||||
|
notify_notify(const struct terminal *term, struct notification *notif)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
notify_notify(
|
notify_free(struct terminal *term, struct notification *notif)
|
||||||
const struct terminal *term, const char *title, const char *body,
|
|
||||||
enum notify_when when, enum notify_urgency urgency)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void reaper_add(struct reaper *reaper, pid_t pid, reaper_cb cb, void *cb_data) {}
|
void reaper_add(struct reaper *reaper, pid_t pid, reaper_cb cb, void *cb_data) {}
|
||||||
void reaper_del(struct reaper *reaper, pid_t pid) {}
|
void reaper_del(struct reaper *reaper, pid_t pid) {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue