mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Linux fixes
This commit is contained in:
parent
4cdf7f855d
commit
c267f6d5da
4 changed files with 12 additions and 8 deletions
|
|
@ -75,7 +75,7 @@ static bool getVidModeExtensionVersion(Display *disp, int screen, int *major, in
|
|||
return false;
|
||||
}
|
||||
#ifdef _DEBUG
|
||||
printf("XF86VidMode extension version %i.%i\n", major, minor);
|
||||
printf("XF86VidMode extension version %i.%i\n", *major, *minor);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue