]> mj.ucw.cz Git - paperjam.git/blobdiff - jam.h
Automatic page rotation based on the /Rotate key
[paperjam.git] / jam.h
diff --git a/jam.h b/jam.h
index fa1e13b164eb98d865112b45a59de4d414584f41..33626040cc3ed58bd70349406f3a0480e7b1d0d9 100644 (file)
--- a/jam.h
+++ b/jam.h
@@ -1,7 +1,7 @@
 /*
  *     PaperJam -- Common declarations
  *
- *     (c) 2018 Martin Mares <mj@ucw.cz>
+ *     (c) 2018--2022 Martin Mares <mj@ucw.cz>
  */
 
 #include <vector>
@@ -152,6 +152,7 @@ extern const char *in_name, *out_name;
 extern bool recalc_bbox;
 extern int debug_level;
 extern int debug_indent;
+extern bool no_auto_transforms;
 
 class paperjam_error : public exception {
   string message;