mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 00:30:33 +01:00
Silence warning
This commit is contained in:
parent
4c7a17c251
commit
b2a9788ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ GetDrawableAttribute( Display *dpy, GLXDrawable drawable,
|
|||
__GLXDRIdrawable *pdraw = GetGLXDRIDrawable(dpy, drawable, NULL);
|
||||
|
||||
if (pdraw != NULL && !pdraw->textureTarget)
|
||||
pdraw->textureTarget = determineTextureTarget(data,
|
||||
pdraw->textureTarget = determineTextureTarget((const int *)data,
|
||||
num_attributes);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue