glx: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee 2010-02-14 21:02:18 -08:00
parent 08cfe3ab42
commit 86d98fa4a2
1 changed files with 1 additions and 0 deletions

View File

@ -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");