projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c7a17c
)
Silence warning
author
Alan Hourihane
<alanh@tungstengraphics.com>
Thu, 5 Jun 2008 10:47:20 +0000
(11:47 +0100)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Thu, 5 Jun 2008 10:47:20 +0000
(11:47 +0100)
src/glx/x11/glx_pbuffer.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/glx_pbuffer.c
b/src/glx/x11/glx_pbuffer.c
index 08743e560fa4c48539739e331b4d906c0c4d6dfd..0f878f223f806d58974213ed4bb618042600d331 100644
(file)
--- a/
src/glx/x11/glx_pbuffer.c
+++ b/
src/glx/x11/glx_pbuffer.c
@@
-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