projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd90d80
)
glx: fix signedness warning
author
RALOVICH, Kristóf
<kristof.ralovich@gmail.com>
Tue, 11 Aug 2009 20:42:47 +0000
(13:42 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 12 Aug 2009 04:14:35 +0000
(22:14 -0600)
src/glx/x11/glxcmds.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/glxcmds.c
b/src/glx/x11/glxcmds.c
index 820d8b98685e3d9ac4c379b326c5f475f57bbeed..39f10296cc346df102677c61ca3b3934f6229fdc 100644
(file)
--- a/
src/glx/x11/glxcmds.c
+++ b/
src/glx/x11/glxcmds.c
@@
-1446,7
+1446,7
@@
void __glXClientInfo ( Display *dpy, int opcode )
GLX_MAJOR_VERSION,
GLX_MINOR_VERSION,
size,
-
(const uint8_t *)
ext_str);
+ ext_str);
#else
xGLXClientInfoReq *req;