aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-04 15:53:47 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-04 15:53:50 +0200
commit2a78b5b047a753874ca1e499f79d5f9fbb1699d5 (patch)
tree2aa693b3d6a6c0f54d5d2a9541d1d2579bac417c /src/main.cpp
parent62a29abd372a39a413e43a8f75146af823fe7bb3 (diff)
Move video player to main thread (it's still processed in another thread), fix crash, fix scaling
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2dc50ee..6389370 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,8 +1,6 @@
#include "../include/QuickMedia.hpp"
-#include <X11/Xlib.h>
int main() {
- XInitThreads();
QuickMedia::Program program;
program.run();
return 0;