add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / utils / hp2ps / Dimensions.h
1 #ifndef DIMENSIONS_H
2 #define DIMENSIONS_H
3
4 extern floatish borderheight; 
5 extern floatish borderwidth; 
6 extern floatish borderspace;
7 extern floatish borderthick;
8
9 extern floatish titleheight;
10 extern floatish titlewidth;
11 extern floatish titletextspace;
12
13 extern floatish graphx0;
14 extern floatish graphy0;
15
16 extern floatish graphheight;
17 extern floatish graphwidth;
18
19 void     Dimensions PROTO((void));
20 floatish StringSize PROTO((char *));
21
22 #endif /* DIMENSIONS_H */