glx: fix signedness warning
This commit is contained in:
committed by
Brian Paul
parent
fd90d8000c
commit
50f8ca2344
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user