tumble.h

changeset 36
a338db73c6f4
parent 32
3aac131058da
child 48
3d0be1c1c1b2
     1.1 diff -r 41804cc569ab -r a338db73c6f4 tumble.h
     1.2 --- a/tumble.h	Wed Jan 02 10:17:48 2002 +0000
     1.3 +++ b/tumble.h	Wed Jan 02 10:18:13 2002 +0000
     1.4 @@ -1,5 +1,9 @@
     1.5  typedef struct
     1.6  {
     1.7 +  boolean has_resolution;
     1.8 +  double x_resolution;
     1.9 +  double y_resolution;
    1.10 +
    1.11    boolean has_page_size;
    1.12    page_size_t page_size;
    1.13