diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-09-11 14:03:13 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-09-11 14:03:13 +0200 |
| commit | 6a16a08ea3e75a524cb136f4c6ada1e4eef4bfd4 (patch) | |
| tree | d8e2df15d5ffb61cb3b2a69d73f61597c742256b /src/setup.h | |
| parent | 2a2356513da7a39d68cd5e3d0e3898022de17061 (diff) | |
| download | cataract-6a16a08ea3e75a524cb136f4c6ada1e4eef4bfd4.tar.xz | |
generators: Optionally warn when an image is being resized
This adds commandline argument --debug-warn-resize that is useful
for debugging image resizing, particularly for detecting unintended
supplied image resizes.
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index bf8f9a7..4afb6d8 100644 --- a/src/setup.h +++ b/src/setup.h @@ -41,6 +41,7 @@ typedef struct { gboolean update_mode; gboolean override_nofullsize; gboolean strip_unused_tags; + gboolean warn_resize; gchar *setup_xml_path; gint version; |
