X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flavalite.c;h=73d5805ed0d093218c7830d2236485f21be04192;hp=6f57bf7d0d592284972bff53df522a81c5ddc6b0;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/glx/lavalite.c b/hacks/glx/lavalite.c index 6f57bf7d..73d5805e 100644 --- a/hacks/glx/lavalite.c +++ b/hacks/glx/lavalite.c @@ -92,7 +92,7 @@ #include "marching.h" #include "rotator.h" #include "gltrackball.h" -#include "xpm-ximage.h" +#include "ximage-loader.h" #include #ifdef USE_GL /* whole file */ @@ -333,7 +333,6 @@ load_texture (ModeInfo *mi, const char *filename) { Display *dpy = mi->dpy; Visual *visual = mi->xgwa.visual; - Colormap cmap = mi->xgwa.colormap; char buf[1024]; XImage *image; @@ -345,7 +344,7 @@ load_texture (ModeInfo *mi, const char *filename) return False; } - image = xpm_file_to_ximage (dpy, visual, cmap, filename); + image = file_to_ximage (dpy, visual, filename); if (!image) return False; clear_gl_error();