mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 06:10:12 +01:00
glx: Silence uninitialized variable warning.
This commit is contained in:
parent
08cfe3ab42
commit
86d98fa4a2
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ CallCreateNewScreen(Display * dpy, int scrn, __GLXscreenConfigs * psc,
|
|||
|
||||
framebuffer.base = MAP_FAILED;
|
||||
framebuffer.dev_priv = NULL;
|
||||
framebuffer.size = 0;
|
||||
|
||||
if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
|
||||
ErrorMessageF("XF86DRIOpenConnection failed\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue