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

« back to all changes in this revision

Viewing changes to src/gdevrops.c

  • 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:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: gdevrops.c 8250 2007-09-25 13:31:24Z giles $ */
 
14
/* $Id: gdevrops.c 8838 2008-07-13 22:06:19Z henrys $ */
15
15
/* RasterOp source device */
16
16
#include "gx.h"
17
17
#include "gserrors.h"
130
130
{
131
131
    gx_device_init((gx_device *) dev,
132
132
                   (const gx_device *)&gs_rop_texture_device,
133
 
                   NULL, true);
 
133
                   (target ? target->memory : NULL), true);
134
134
    gx_device_set_target((gx_device_forward *)dev, target);
135
135
    /* Drawing operations are defaulted, non-drawing are forwarded. */
136
136
    check_device_separable((gx_device *) dev);