pgo: add xdg_activation_token parameter to spawn() stub

This commit is contained in:
Daniel Eklöf 2022-05-06 10:39:49 +02:00
parent ea1aac88db
commit f14fc120ad
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -98,7 +98,8 @@ bool wayl_win_set_urgent(struct wl_window *win) { return true; }
bool
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)
{
return true;
}