1
0
Fork 0

Silence another compiler warning

This commit is contained in:
Emmanuele Bassi 2010-06-22 14:43:36 +01:00
parent db47e90829
commit d89270d7c1

View file

@ -411,7 +411,7 @@ try_create_glx_pixmap (CoglTexturePixmapX11 *tex_pixmap,
gboolean mipmap)
{
Display *dpy;
GLXFBConfig fb_config;
GLXFBConfig fb_config = NULL;
int attribs[7];
int i = 0;
GLenum target;