diff options
author | Felix Riemann <[email protected]> | 2011-06-08 20:58:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-14 16:25:43 +0200 |
commit | 017f7e5ff65081068cb504c5d4561ab685a66fa7 (patch) | |
tree | 0c979a62bbbfc707788bfde31024662c141a0f97 /src/eom-image-private.h | |
parent | 7eec54c388ac5f628514c4d60bcf0c4661955dfe (diff) | |
download | eom-017f7e5ff65081068cb504c5d4561ab685a66fa7.tar.bz2 eom-017f7e5ff65081068cb504c5d4561ab685a66fa7.tar.xz |
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
Diffstat (limited to 'src/eom-image-private.h')
-rw-r--r-- | src/eom-image-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |