X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftimetunnel.c;fp=hacks%2Fglx%2Ftimetunnel.c;h=53d8dd97b9d145be1cc6a167a461aeaf1b1a0935;hp=882635000deee9be0c1b20f31589ec0f6fb2b0c4;hb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;hpb=aa75c7476aeaa84cf3abc192b376a8b03c325213 diff --git a/hacks/glx/timetunnel.c b/hacks/glx/timetunnel.c index 88263500..53d8dd97 100644 --- a/hacks/glx/timetunnel.c +++ b/hacks/glx/timetunnel.c @@ -877,8 +877,8 @@ static void LoadTexture(ModeInfo * mi, char **fn, const char *filename, GLuint t by = by * 2; } -#ifndef HAVE_JWZGLES if (rescale) { +#ifndef HAVE_JWZGLES tmpbuf = calloc(bx * by * 4, sizeof(unsigned char)); if (gluScaleImage(GL_RGBA, teximage->width, teximage->height, GL_UNSIGNED_BYTE, teximage->data, bx, by, GL_UNSIGNED_BYTE, tmpbuf)) @@ -888,9 +888,9 @@ static void LoadTexture(ModeInfo * mi, char **fn, const char *filename, GLuint t teximage->data = (char *) tmpbuf; teximage->width = bx; teximage->height= by; +#endif /* !HAVE_JWZGLES */ } /* end rescale code */ -#endif /* !HAVE_JWZGLES */ if (anegative ) { for (ix = 0 ; ix < teximage->height * teximage->width; ix++)