mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-03 04:45:10 -04:00
Merge pull request #84 from mcgrew/intel-fix
Added a version to the X11 GL context request
This commit is contained in:
@@ -39,6 +39,7 @@ static const int ctx_attribs[] = {
|
||||
GLX_CONTEXT_FLAGS_ARB, GLX_CONTEXT_DEBUG_BIT_ARB,
|
||||
#endif
|
||||
GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
|
||||
GLX_CONTEXT_MAJOR_VERSION_ARB, 3, GLX_CONTEXT_MINOR_VERSION_ARB, 2,
|
||||
None,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user