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

@@ -561,7 +561,7 @@ __driUtilCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
/* Test the version of the internal GLX API. Returns a value like strcmp. */
extern int
driCompareGLXAPIVersion( GLuint required_version );
driCompareGLXAPIVersion( GLint required_version );
extern float
driCalculateSwapUsage( __DRIdrawablePrivate *dPriv,