mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
notify: rename 'report' -> 'report_activated'
This commit is contained in:
parent
0ce4ef6000
commit
d53f0aea75
3 changed files with 5 additions and 5 deletions
4
osc.c
4
osc.c
|
|
@ -746,7 +746,7 @@ kitty_notification(struct terminal *term, char *string)
|
|||
.when = when,
|
||||
.urgency = urgency,
|
||||
.focus = focus,
|
||||
.report = report,
|
||||
.report_activated = report,
|
||||
.stdout_fd = -1,
|
||||
}));
|
||||
|
||||
|
|
@ -762,7 +762,7 @@ kitty_notification(struct terminal *term, char *string)
|
|||
/* Update notification metadata */
|
||||
if (have_a) {
|
||||
notif->focus = focus;
|
||||
notif->report = report;
|
||||
notif->report_activated = report;
|
||||
}
|
||||
|
||||
if (have_o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue