pgo: update spawn() prototype

This commit is contained in:
Daniel Eklöf 2024-07-23 07:43:42 +02:00
parent 0209458cc0
commit 7268ee9078
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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_fractional_scaling(const struct wayland *wayl) { return true; }
bool
pid_t
spawn(struct reaper *reaper, const char *cwd, char *const argv[],
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