diff options
Diffstat (limited to 'os/inputthread.c')
-rw-r--r-- | os/inputthread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/inputthread.c b/os/inputthread.c index 97e59d21f..e6694afda 100644 --- a/os/inputthread.c +++ b/os/inputthread.c @@ -318,6 +318,8 @@ InputThreadDoWork(void *arg) sigfillset(&set); pthread_sigmask(SIG_BLOCK, &set, NULL); + ddxInputThreadInit(); + inputThreadInfo->running = TRUE; #if defined(HAVE_PTHREAD_SETNAME_NP_WITH_TID) |