From 848c5f8aa4e55a6192bb39db234f8af4a63b2168 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Wed, 5 Apr 2017 23:02:56 +0200 Subject: Use temporary file to create thumbnail. --- src/feh_png.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feh_png.h') diff --git a/src/feh_png.h b/src/feh_png.h index 6502978..ac3375f 100644 --- a/src/feh_png.h +++ b/src/feh_png.h @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include gib_hash *feh_png_read_comments(char *file); -int feh_png_write_png(Imlib_Image image, char *file, ...); +int feh_png_write_png_fd(Imlib_Image image, int fd, ...); int feh_png_file_is_png(FILE * fp); -- cgit v1.2.3