mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 12:48:11 +00:00
Silence another compiler warning
This commit is contained in:
parent
db47e90829
commit
d89270d7c1
@ -411,7 +411,7 @@ try_create_glx_pixmap (CoglTexturePixmapX11 *tex_pixmap,
|
|||||||
gboolean mipmap)
|
gboolean mipmap)
|
||||||
{
|
{
|
||||||
Display *dpy;
|
Display *dpy;
|
||||||
GLXFBConfig fb_config;
|
GLXFBConfig fb_config = NULL;
|
||||||
int attribs[7];
|
int attribs[7];
|
||||||
int i = 0;
|
int i = 0;
|
||||||
GLenum target;
|
GLenum target;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user