From 718a2f4d66f355343c4c84abcaf306e3ae21a14f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 23 Jan 2011 16:36:23 +0100 Subject: Show correct image dimensions in thumbnail mode (closes GH-29) Ugly workaround, gotta make it nicer some time --- src/feh_png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feh_png.c') diff --git a/src/feh_png.c b/src/feh_png.c index e2842f8..cefd4c8 100644 --- a/src/feh_png.c +++ b/src/feh_png.c @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #define FEH_PNG_COMPRESSION 3 -#define FEH_PNG_NUM_COMMENTS 2 /* only Thumb::URI and Thumb::MTime for now */ +#define FEH_PNG_NUM_COMMENTS 4 gib_hash *feh_png_read_comments(char *file) { -- cgit v1.2.3