Merge pull request #56037 from Rubonnek/update-detect-prime-formatting
This commit is contained in:
commit
17b31738f3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ typedef GLXContext (*GLXCREATECONTEXTATTRIBSARBPROC)(Display *, GLXFBConfig, GLX
|
||||||
|
|
||||||
struct vendor {
|
struct vendor {
|
||||||
const char *glxvendor;
|
const char *glxvendor;
|
||||||
int priority;
|
int priority = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
vendor vendormap[] = {
|
vendor vendormap[] = {
|
||||||
|
|
Loading…
Reference in a new issue