Set default priority on PRIME detection vendor struct.
This commit is contained in:
parent
e937963007
commit
1b8a9d56b3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ typedef GLXContext (*GLXCREATECONTEXTATTRIBSARBPROC)(Display *, GLXFBConfig, GLX
|
|||
|
||||
struct vendor {
|
||||
const char *glxvendor;
|
||||
int priority;
|
||||
int priority = 0;
|
||||
};
|
||||
|
||||
vendor vendormap[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue