mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
glut: Silence uninitialized variable warning.
This commit is contained in:
parent
3a299071d4
commit
0a3e362175
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ glutEstablishOverlay(void)
|
|||
if (!overlay->vis) {
|
||||
__glutFatalError("lacks overlay support.");
|
||||
}
|
||||
overlay->ctx = NULL;
|
||||
#if defined(GLX_VERSION_1_1) && defined(GLX_SGIX_fbconfig)
|
||||
if (fbc) {
|
||||
window->ctx = __glut_glXCreateContextWithConfigSGIX(__glutDisplay, fbc,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue