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