~ubuntu-branches/debian/squeeze/ghostscript/squeeze

« back to all changes in this revision

Viewing changes to src/gdevp14.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2009-01-04 12:09:59 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090104120959-m9lbagj775ucg0h3
Tags: 8.63.dfsg.1-2
libgs-dev: put versioned dependency on libgs8 - closes: #510691

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
   or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
 
/* $Id: gdevp14.h 8484 2008-01-16 22:55:42Z leonardo $ */
 
13
/* $Id: gdevp14.h 8585 2008-03-03 16:01:12Z leonardo $ */
14
14
/* Definitions and interface for PDF 1.4 rendering device */
15
15
 
16
16
#ifndef gdevp14_INCLUDED
56
56
    gs_int_rect bbox;
57
57
    pdf14_buf *maskbuf; /* Save pdf14_ctx_s::maksbuf. */
58
58
    bool idle;
 
59
    uint mask_id;
59
60
};
60
61
 
61
62
struct pdf14_ctx_s {