mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: update spawn() prototype
This commit is contained in:
parent
0209458cc0
commit
7268ee9078
1 changed files with 3 additions and 3 deletions
|
|
@ -100,12 +100,12 @@ void wayl_win_alpha_changed(struct wl_window *win) {}
|
||||||
bool wayl_win_set_urgent(struct wl_window *win) { return true; }
|
bool wayl_win_set_urgent(struct wl_window *win) { return true; }
|
||||||
bool wayl_fractional_scaling(const struct wayland *wayl) { return true; }
|
bool wayl_fractional_scaling(const struct wayland *wayl) { return true; }
|
||||||
|
|
||||||
bool
|
pid_t
|
||||||
spawn(struct reaper *reaper, const char *cwd, char *const argv[],
|
spawn(struct reaper *reaper, const char *cwd, char *const argv[],
|
||||||
int stdin_fd, int stdout_fd, int stderr_fd,
|
int stdin_fd, int stdout_fd, int stderr_fd,
|
||||||
const char *xdg_activation_token)
|
reaper_cb cb, void *cb_data, const char *xdg_activation_token)
|
||||||
{
|
{
|
||||||
return true;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
pid_t
|
pid_t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue