summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRonan Pigott <ronan@rjp.ie>2022-11-16 15:50:34 -0700
committerSimon Ser <contact@emersion.fr>2022-11-26 10:29:59 +0100
commitee9266cf8c8d1d445a52b07160e54411ec949b2f (patch)
tree63171013e54905fa72af3a35cb1e0bb6a8aa62eb /include
parent66be031f6c1c8796ca0b028be0bf3455b41951eb (diff)
launcher: fudge the interface a bit
We want to create a context before knowing the pid it will match with. (cherry picked from commit bdeb9f95651f6c99cc2f4cfb59020ddee202cf36)
Diffstat (limited to 'include')
-rw-r--r--include/sway/desktop/launcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
index 09b27eb9..91915604 100644
--- a/include/sway/desktop/launcher.h
+++ b/include/sway/desktop/launcher.h
@@ -23,6 +23,6 @@ void launcher_ctx_consume(struct launcher_ctx *ctx);
void launcher_ctx_destroy(struct launcher_ctx *ctx);
-struct launcher_ctx *launcher_ctx_create(pid_t pid);
+struct launcher_ctx *launcher_ctx_create(void);
#endif