t2p.h

changeset 32
3aac131058da
parent 30
35fad7ec7732
child 36
a338db73c6f4
     1.1 diff -r 2cec996b38bc -r 3aac131058da t2p.h
     1.2 --- a/t2p.h	Tue Jan 01 06:17:39 2002 +0000
     1.3 +++ b/t2p.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