Closed vikrambombhi closed 6 years ago
Adds support for 32bit OpenGL libraries. I stumbled upon this issue when trying to run Steam and got the error glXChooseVisual failed. It's an easy fix although I'm not sure if something like this should be made optional to the user.
glXChooseVisual failed
I think there's no problem in adding 32bit libraries
What this PR does
Adds support for 32bit OpenGL libraries. I stumbled upon this issue when trying to run Steam and got the error
glXChooseVisual failed
. It's an easy fix although I'm not sure if something like this should be made optional to the user.