summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index c0d0e19..0ac748b 100644
--- a/video.c
+++ b/video.c
@@ -10692,7 +10692,7 @@ void VideoInit(const char *display_name)
// FIXME: we need to retry connection
return;
}
- // XInitThreads();
+ XInitThreads();
// Register error handler
XSetIOErrorHandler(VideoIOErrorHandler);