From f14fc120ad1fc618ac225b26d61f4f8459f84b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 6 May 2022 10:39:49 +0200 Subject: [PATCH] pgo: add xdg_activation_token parameter to spawn() stub --- pgo/pgo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pgo/pgo.c b/pgo/pgo.c index 92d97dbf..fec2d26c 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -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; }