summaryrefslogtreecommitdiff
path: root/compositor/weston.h
diff options
context:
space:
mode:
Diffstat (limited to 'compositor/weston.h')
-rw-r--r--compositor/weston.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/compositor/weston.h b/compositor/weston.h
index 1ba7da33..c068ae8e 100644
--- a/compositor/weston.h
+++ b/compositor/weston.h
@@ -46,10 +46,14 @@ struct weston_process {
struct wl_list link;
};
-struct wl_client *
+struct custom_env;
+
+bool
weston_client_launch(struct weston_compositor *compositor,
struct weston_process *proc,
- const char *path,
+ struct custom_env *custom_env,
+ int *fds_no_cloexec,
+ size_t num_fds_no_cloexec,
weston_process_cleanup_func_t cleanup);
struct wl_client *