diff --git a/os/inputthread.c b/os/inputthread.c index 8e7f2edb9..4400fba3f 100644 --- a/os/inputthread.c +++ b/os/inputthread.c @@ -403,6 +403,8 @@ InputThreadPreInit(void) if (!inputThreadInfo) FatalError("input-thread: could not allocate memory"); + inputThreadInfo->changed = FALSE; + inputThreadInfo->thread = 0; xorg_list_init(&inputThreadInfo->devs); inputThreadInfo->fds = ospoll_create();