Merge commit 'origin/master' into gallium-0.2
[mesa.git] / progs / redbook / select.c
index 4f413e73ce92630f08a7978b3c7851940114b377..928373b8796cbfaac5bda95fe4cc5b6d91415dbe 100644 (file)
@@ -124,8 +124,8 @@ void drawScene (void)
  */
 void processHits (GLint hits, GLuint buffer[])
 {
-   unsigned int i, j;
-   GLuint names, *ptr;
+   GLint i;
+   GLuint j, names, *ptr;
 
    printf ("hits = %d\n", hits);
    ptr = (GLuint *) buffer;