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