From 62709b5f100733de9d1cb8862606ea98048f0210 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 26 Aug 2013 23:18:27 +0200 Subject: Try other locations for images as well --- src/imagestore.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/imagestore.h') diff --git a/src/imagestore.h b/src/imagestore.h index 349a409..f1d4ca3 100644 --- a/src/imagestore.h +++ b/src/imagestore.h @@ -43,6 +43,9 @@ extern ImageStore *imagestore_new(void); extern void imagestore_destroy(ImageStore *is); +extern void imagestore_set_presentation_file(ImageStore *is, + const char *filename); + extern GdkPixbuf *lookup_image(ImageStore *is, const char *filename, int w, enum is_size isz); -- cgit v1.2.3