File ghostscript-8.60-cljet5.dif of Package ghostscript-library
--- base/gdevclj.c
+++ base/gdevclj.c 2005-08-31 16:19:26.000000000 +0200
@@ -65,7 +65,7 @@ struct gx_device_clj_s {
typedef struct clj_paper_size_s {
uint tag; /* paper type tag */
int orient; /* logical page orientation to use */
- float width, height; /* in pts; +- 5 pts */
+ float height, width; /* in pts; +- 5 pts */
gs_point offsets; /* offsets in the given orientation */
} clj_paper_size;