Set default priority on PRIME detection vendor struct.

This commit is contained in:
Wilson E. Alvarez 2021-12-17 15:09:25 -05:00
parent e937963007
commit 1b8a9d56b3
No known key found for this signature in database
GPG key ID: A32174A3D2ED3F9E

View file

@ -56,7 +56,7 @@ typedef GLXContext (*GLXCREATECONTEXTATTRIBSARBPROC)(Display *, GLXFBConfig, GLX
struct vendor {
const char *glxvendor;
int priority;
int priority = 0;
};
vendor vendormap[] = {