From 18607e2245d1e9ccfdd19db894e4cfdb52def303 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 8 Apr 2024 15:37:42 +0300 Subject: 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 Change-Id: Id421bdd04fc6943e991cbf51e9478450411721ef --- shared/process-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/process-util.h') 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 -- cgit