mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 10:00:30 +01:00
glut: Silence missing initializer warning.
This commit is contained in:
parent
4841c0a15a
commit
f3eebb8465
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ unsigned int __glutDisplayMode =
|
|||
GLUT_RGB | GLUT_SINGLE | GLUT_DEPTH;
|
||||
char *__glutDisplayString = NULL;
|
||||
int __glutConnectionFD;
|
||||
XSizeHints __glutSizeHints = {0};
|
||||
XSizeHints __glutSizeHints;
|
||||
int __glutInitWidth = 300, __glutInitHeight = 300;
|
||||
int __glutInitX = -1, __glutInitY = -1;
|
||||
GLboolean __glutForceDirect = GL_FALSE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue