Fixed a JVM bug that could cause a crash on linux when minimizing/maximizing

This commit is contained in:
ceikry 2021-06-26 12:09:06 -05:00
parent 5c13e36216
commit 8a4e297114
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#include <Xlib.h>
#include <stdio.h>
class a{public: a() { XInitThreads(); }};a X;

Binary file not shown.