mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
pgo: add xdg_activation_token parameter to spawn() stub
This commit is contained in:
parent
ea1aac88db
commit
f14fc120ad
1 changed files with 2 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ bool wayl_win_set_urgent(struct wl_window *win) { return true; }
|
||||||
|
|
||||||
bool
|
bool
|
||||||
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)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue