X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=progs%2Fredbook%2Fpicksquare.c;h=636edc97b4bf181af212b5335aee91b56f526770;hb=ee40b20e7aff5dc9d11230e991355c338a64da00;hp=b68117c27875af13cb3f82598e2249a8a3fbb25d;hpb=db6aa58267cad3f502f03ab80b9deb6b75320a91;p=mesa.git diff --git a/progs/redbook/picksquare.c b/progs/redbook/picksquare.c index b68117c2787..636edc97b4b 100644 --- a/progs/redbook/picksquare.c +++ b/progs/redbook/picksquare.c @@ -87,8 +87,8 @@ void drawSquares(GLenum mode) */ void processHits (GLint hits, GLuint buffer[]) { - unsigned int i, j; - GLuint ii = 0, jj = 0, names, *ptr; + GLint i; + GLuint j, ii = 0, jj = 0, names, *ptr; printf ("hits = %d\n", hits); ptr = (GLuint *) buffer;