diff options
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10692,7 +10692,7 @@ void VideoInit(const char *display_name) // FIXME: we need to retry connection return; } - // XInitThreads(); + XInitThreads(); // Register error handler XSetIOErrorHandler(VideoIOErrorHandler); |