X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=8c4b10b910538af3799cc14104e8f01e286b8136;hb=refs%2Fchanges%2F33%2F24033%2F1;hp=e1ebab53090fef0483f3c105cfb10961a24e7d08;hpb=ad413711dab65ced91ad7d51abe23bc8c86207e5;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);