X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglplanet.c;h=39ae21bb05cb8e23f709b83e00250790afc6655a;hp=7c71fc7d135c75e015801c462e70df6e16851c29;hb=551b3de3f619c04c2dd1971ee9b3f02e270c28c9;hpb=a719ec12b8b2563112366a8ac3196816fd64d2c7 diff --git a/hacks/glx/glplanet.c b/hacks/glx/glplanet.c index 7c71fc7d..39ae21bb 100644 --- a/hacks/glx/glplanet.c +++ b/hacks/glx/glplanet.c @@ -323,7 +323,7 @@ setup_file_texture (ModeInfo *mi, char *filename) exit (1); } - setup_xbm_texture (data, width, height, &gp->fg, &gp->bg); + setup_xbm_texture ((char *) data, width, height, &gp->fg, &gp->bg); } #else /* !XMU */