warning--

This commit is contained in:
Carsten Haitzler 2013-11-09 10:42:49 +09:00
parent 2da7295af2
commit 92d7235e0b
1 changed files with 1 additions and 1 deletions

View File

@ -2349,7 +2349,7 @@ eng_image_native_set(void *data, void *image, void *native)
vi = glXGetVisualFromFBConfig(re->win->disp, configs[j]);
if (!vi) continue;
if (vi->depth != depth) continue;
if (vi->depth != (int)depth) continue;
XFree(vi);
glXGetFBConfigAttrib(re->win->disp, configs[j],