diff options
author | 2024-04-08 15:37:42 +0300 | |
---|---|---|
committer | 2024-04-09 11:41:36 +0300 | |
commit | 18607e2245d1e9ccfdd19db894e4cfdb52def303 (patch) | |
tree | b9a62e4ab81bd33fb6af5c996f92ad756536f57d /shared/process-util.h | |
parent | 50f3305cfa8ef0713fbabdc9670e6856f7d8e69e (diff) |
compositor: Add support for building Xwayland
This updates with the Weston's front-end.
Bug-AGL: SPEC-5096, SPEC-5061
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id421bdd04fc6943e991cbf51e9478450411721ef
Diffstat (limited to 'shared/process-util.h')
-rw-r--r-- | shared/process-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/process-util.h b/shared/process-util.h index 05543f6..aa35c77 100644 --- a/shared/process-util.h +++ b/shared/process-util.h @@ -59,6 +59,7 @@ fdstr_clear_cloexec_fd1(struct fdstr *s); void fdstr_close_all(struct fdstr *s); +#define FDSTR_INIT ((struct fdstr){ { 0 }, { -1, -1 }}) /** * A container for environment variables and/or process arguments, designed to |