From 06e6b24dd81ca45b4d2df12f727a20f8f84a7893 Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Tue, 29 Oct 2019 14:35:05 -0500 Subject: Add note about XInitThreads() --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index a0d8b39..bc1c36a 100644 --- a/main.c +++ b/main.c @@ -668,6 +668,7 @@ PuglStatus onEvent(PuglView *view, const PuglEvent *e) int main() { #if defined(__linux__) + /* The Mesa Vulkan drivers require this to be called */ XInitThreads(); #endif const char *errMsg = NULL; -- cgit v1.2.1