X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=8c4b10b910538af3799cc14104e8f01e286b8136;hb=3876e6f75a12bbec3ded07f9d16013c2e2c36e0a;hp=e1ebab53090fef0483f3c105cfb10961a24e7d08;hpb=dbba1adda7fd9aaaa46263d8c878132a523327e4;p=src%2Fagl-compositor.git diff --git a/src/main.c b/src/main.c index e1ebab5..8c4b10b 100644 --- a/src/main.c +++ b/src/main.c @@ -1145,6 +1145,7 @@ int main(int argc, char *argv[]) wl_list_init(&ivi.outputs); wl_list_init(&ivi.surfaces); wl_list_init(&ivi.pending_surfaces); + wl_list_init(&ivi.desktop_clients); /* Prevent any clients we spawn getting our stdin */ os_fd_set_cloexec(STDIN_FILENO);