mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue