fix some signed vs unsigned warnings

This commit is contained in:
Dave Airlie
2005-02-14 09:27:38 +00:00
parent fbdd7a5e74
commit 8d12a6d537
9 changed files with 17 additions and 17 deletions

View File

@@ -1573,7 +1573,7 @@ __driUtilCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
*
* \sa __glXGetInternalVersion().
*/
int driCompareGLXAPIVersion( GLuint required_version )
int driCompareGLXAPIVersion( GLint required_version )
{
if ( api_ver > required_version ) {
return 1;