1.1 diff -r 2cec996b38bc -r 3aac131058da tumble.h 1.2 --- a/tumble.h Tue Jan 01 06:17:39 2002 +0000 1.3 +++ b/tumble.h Tue Jan 01 10:16:50 2002 +0000 1.4 @@ -1,7 +1,12 @@ 1.5 typedef struct 1.6 { 1.7 - page_size_t size; 1.8 + boolean has_page_size; 1.9 + page_size_t page_size; 1.10 + 1.11 + boolean has_rotation; 1.12 int rotation; 1.13 + 1.14 + boolean has_crop; 1.15 crop_t crop; 1.16 } input_attributes_t; 1.17