aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-17 20:33:50 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-17 20:33:50 -0500
commit1b2510a427cea42e6381d60f434b5fdec2b181b0 (patch)
tree7603c7e2ad6ef38b76cb507a18855377626667ce /main.cpp
parentd9d66652af66fc824588176e5ce1136ea9965925 (diff)
fork tests, revised song
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 0651077..7eaaa84 100644
--- a/main.cpp
+++ b/main.cpp
@@ -199,9 +199,14 @@ extern int fadeIntensity;
* MAIN ************************************************************************
*******************************************************************************/
+#include <X11/Xlib.h>
+
int main(/*int argc, char *argv[]*/){
//*argv = (char *)argc;
gameRunning=false;
+
+ XInitThreads();
+
/*!
* (Attempt to) Initialize SDL libraries so that we can use SDL facilities and eventually
* make openGL calls. Exit if there was an error.