Silence another compiler warning
This commit is contained in:
parent
7d206ccdbb
commit
c0d42cb021
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue