diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-09-23 12:10:01 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-09-23 12:10:01 +0200 |
| commit | 559fdaeb07024c6b6d0d354900805b61fb262367 (patch) | |
| tree | cc45bdac9f5534f598f0be503b2cfd6b6d42aa49 /src/generators.h | |
| parent | f71553cd2fb7bab75f014f2fe79ea900f4faee5a (diff) | |
| download | cataract-559fdaeb07024c6b6d0d354900805b61fb262367.tar.xz | |
Make thumbnail orientation independent of source image orientation
Diffstat (limited to 'src/generators.h')
| -rw-r--r-- | src/generators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generators.h b/src/generators.h index ae39ed2..a6da10a 100644 --- a/src/generators.h +++ b/src/generators.h @@ -34,7 +34,7 @@ gboolean generate_image (TGallerySetup *setup, unsigned int item_index, const gchar *dst_dir, gboolean update_when_necessary, - gboolean *portrait); + gboolean *thumb_portrait); /* * write_html_album: process album and index template files |
