Loading src/wallpaper.c +4 −0 Original line number Diff line number Diff line Loading @@ -471,6 +471,10 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, fputs("fill", fp); else fputs("tile", fp); if (opt.image_bg) { fputs(" --image-bg ", fp); fputs(opt.image_bg, fp); } #ifdef HAVE_LIBXINERAMA if (opt.xinerama) { if (opt.xinerama_index >= 0) { Loading Loading
src/wallpaper.c +4 −0 Original line number Diff line number Diff line Loading @@ -471,6 +471,10 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, fputs("fill", fp); else fputs("tile", fp); if (opt.image_bg) { fputs(" --image-bg ", fp); fputs(opt.image_bg, fp); } #ifdef HAVE_LIBXINERAMA if (opt.xinerama) { if (opt.xinerama_index >= 0) { Loading