glx: fix signedness warning

This commit is contained in:
RALOVICH, Kristóf
2009-08-11 13:42:47 -07:00
committed by Brian Paul
parent fd90d8000c
commit 50f8ca2344
+1 -1
View File
@@ -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;