summaryrefslogtreecommitdiff
path: root/compositor/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'compositor/xwayland.c')
-rw-r--r--compositor/xwayland.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/compositor/xwayland.c b/compositor/xwayland.c
index ea1ae1ef..322a9782 100644
--- a/compositor/xwayland.c
+++ b/compositor/xwayland.c
@@ -96,11 +96,11 @@ spawn_xserver(void *user_data, const char *display, int abstract_fd, int unix_fd
{
struct wet_xwayland *wxw = user_data;
pid_t pid;
- struct fdstr wayland_socket;
- struct fdstr x11_abstract_socket;
- struct fdstr x11_unix_socket;
- struct fdstr x11_wm_socket;
- struct fdstr display_pipe;
+ struct fdstr wayland_socket = FDSTR_INIT;
+ struct fdstr x11_abstract_socket = FDSTR_INIT;
+ struct fdstr x11_unix_socket = FDSTR_INIT;
+ struct fdstr x11_wm_socket = FDSTR_INIT;
+ struct fdstr display_pipe = FDSTR_INIT;
char *xserver = NULL;
struct weston_config *config = wet_get_config(wxw->compositor);
struct weston_config_section *section;