summaryrefslogtreecommitdiff
path: root/print/ghostscript7/files/patch-lips:gdevlips.h
blob: eebce89cc054c30640834915c68e12631bc88e90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- lips/gdevlips.h.orig	Thu Nov  2 12:09:18 2000
+++ lips/gdevlips.h	Tue Jan 13 01:23:47 2004
@@ -188,6 +188,14 @@
     bool faceup;\
     char mediaType[LIPS_MEDIACHAR_MAX];
 
+/* added by shige 11/06 2003 */
+#define USE_LIPS_SIZE_ERROR
+#define LIPS_SIZE_ERROR_VALUE	2
+
+/* added by shige 11/09 2003 */
+#define LIPS_HEIGHT_MAX_720 11906
+#define LIPS_WIDTH_MAX_720 8419
+
 int lips_media_selection(int width, int height);
 int lips_packbits_encode(byte * inBuff, byte * outBuff, int Length);
 int lips_mode3format_encode(byte * inBuff, byte * outBuff, int Length);