X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fpulsar.c;h=285b5decc344fed70bda1c3a65fe1d70630cd6e1;hp=869933b6e24a4c89e11935b5d062eaf87187a4fa;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/glx/pulsar.c b/hacks/glx/pulsar.c index 869933b6..285b5dec 100644 --- a/hacks/glx/pulsar.c +++ b/hacks/glx/pulsar.c @@ -61,7 +61,7 @@ # endif /* VMS */ #endif -#include "xpm-ximage.h" +#include "ximage-loader.h" /* Functions for loading and storing textures */ @@ -236,8 +236,8 @@ static void Create_Texture(ModeInfo *mi, const char *filename) } else { - XImage *ximage = xpm_file_to_ximage (MI_DISPLAY (mi), MI_VISUAL (mi), - MI_COLORMAP (mi), filename); + XImage *ximage = file_to_ximage (MI_DISPLAY (mi), MI_VISUAL (mi), + filename); if (! ximage) goto BUILTIN; image = (GLubyte *) ximage->data;