~ubuntu-branches/ubuntu/intrepid/ghostscript/intrepid-updates

« back to all changes in this revision

Viewing changes to src/gdevpdfb.h

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-08-13 21:49:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813214958-ro9nbb3fmvzlr7q3
Tags: 8.61.dfsg.1~svn8187-0ubuntu1
New upstream release
o SVN snapshot rev 8187
o CJK patches from Koji Otani to fix several issues with CJK text
(should fix http://bugs.ghostscript.com/show_bug.cgi?id=689304).
These patches were also applied to ESP Ghostscript and having them
in Gutsy's GPL GS will avoide regressions against Feisty's ESP GS.
o Minor bug fixes from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: gdevpdfb.h 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: gdevpdfb.h 8178 2007-08-05 13:55:26Z leonardo $ */
15
15
/* pdfwrite, ps2write device body template. */
16
16
 
17
17
/* This file is allowed to #include several times into a single .c file.
127
127
 max_long,                      /* MaxViewerMemorySize */
128
128
 256000,                        /* MaxShadingBitmapSize */
129
129
 PDF_DEVICE_MaxInlineImageSize, /* MaxInlineImageSize */
 
130
 {0, 0},                        /* DSCEncodingToUnicode */
130
131
 {0, 0, 0},                     /* OwnerPassword */
131
132
 {0, 0, 0},                     /* UserPassword */
132
133
 0,                             /* KeyLength */