From 28168bb3a63b7506a79441d6ce5ed312ba6f6e1a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 17 May 2021 04:09:47 +0200 Subject: Make body movement smooth, async load video related videos to allow cancellation with esc --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 89d824d..15041d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,7 @@ #include int main(int argc, char **argv) { + XInitThreads(); setlocale(LC_ALL, "C"); // Sigh... stupid C QuickMedia::Program program; return program.run(argc, argv); -- cgit v1.2.3-70-g09d2