master #2

Merged
BRNSystems merged 3 commits from Mirrorlandia_minetest/irrlicht:master into master 2023-12-13 19:59:10 +01:00
Showing only changes of commit bb7c06d32a - Show all commits

@ -147,6 +147,11 @@ CIrrDeviceLinux::CIrrDeviceLinux(const SIrrlichtCreationParameters& param)
// create keymap
createKeyMap();
// initialize X11 thread safety
// libX11 1.8+ has this on by default
// without it, multi-threaded GL drivers may crash
XInitThreads();
// create window
if (CreationParams.DriverType != video::EDT_NULL)
{