mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
notify: stdout is a bad name
This commit is contained in:
parent
b319618af1
commit
c7cffea9ee
2 changed files with 9 additions and 9 deletions
2
notify.h
2
notify.h
|
|
@ -45,7 +45,7 @@ struct notification {
|
|||
pid_t pid; /* Notifier command PID */
|
||||
int stdout_fd; /* Notifier command's stdout */
|
||||
|
||||
char *stdout; /* Data we've reado from command's stdout */
|
||||
char *stdout_data; /* Data we've reado from command's stdout */
|
||||
size_t stdout_sz;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue