From 017f7e5ff65081068cb504c5d4561ab685a66fa7 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Wed, 8 Jun 2011 20:58:29 +0200 Subject: Use GdkPixbuf's "orientation" feature as fallback for autorotation Useful for formats where we don't support extracting the needed data ourselves (e.g TIFF) and if eog is compiled without libexif. https://bugzilla.gnome.org/show_bug.cgi?id=548474 https://bugzilla.gnome.org/show_bug.cgi?id=615114 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/8ac825b --- src/eom-image-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eom-image-private.h') diff --git a/src/eom-image-private.h b/src/eom-image-private.h index 3a031b6..0dfce1d 100644 --- a/src/eom-image-private.h +++ b/src/eom-image-private.h @@ -63,9 +63,9 @@ struct _EomImagePrivate { gboolean modified; gboolean file_is_changed; -#ifdef HAVE_EXIF gboolean autorotate; gint orientation; +#ifdef HAVE_EXIF ExifData *exif; #endif #ifdef HAVE_EXEMPI -- cgit v1.2.1