Loading ChangeLog +4 −0 Original line number Diff line number Diff line Fri Aug 05 17:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> * Patch from Matthias Drochner to fix compilation on older systems. Sat Jul 23 00:30:09 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> * Include the necessary jpegint header to get lossless rotation working in Loading src/slideshow.c +1 −1 Original line number Diff line number Diff line Loading @@ -353,8 +353,8 @@ feh_action_run(feh_file * file, char *action) D_ENTER(4); if (action) { D(3, ("Running action %s\n", action)); char *sys; D(3, ("Running action %s\n", action)); sys = feh_printf(action, file); if (opt.verbose && !opt.list && !opt.customlist) Loading src/support.c +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, char *path; path = estrjoin("/", home, ".fehbg", NULL); if ((fp = fopen(path, "w")) == NULL) { wprintf("Can't open %s for write", path); weprintf("Can't open %s for write", path); } else { fprintf(fp, "%s\n", fehbg); fclose(fp); Loading Loading
ChangeLog +4 −0 Original line number Diff line number Diff line Fri Aug 05 17:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> * Patch from Matthias Drochner to fix compilation on older systems. Sat Jul 23 00:30:09 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> * Include the necessary jpegint header to get lossless rotation working in Loading
src/slideshow.c +1 −1 Original line number Diff line number Diff line Loading @@ -353,8 +353,8 @@ feh_action_run(feh_file * file, char *action) D_ENTER(4); if (action) { D(3, ("Running action %s\n", action)); char *sys; D(3, ("Running action %s\n", action)); sys = feh_printf(action, file); if (opt.verbose && !opt.list && !opt.customlist) Loading
src/support.c +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, char *path; path = estrjoin("/", home, ".fehbg", NULL); if ((fp = fopen(path, "w")) == NULL) { wprintf("Can't open %s for write", path); weprintf("Can't open %s for write", path); } else { fprintf(fp, "%s\n", fehbg); fclose(fp); Loading