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

« back to all changes in this revision

Viewing changes to contrib/eplaser/gdevescv.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:
1736
1736
  /****** VERY WRONG ******/
1737
1737
  vdev->vec_procs = &escv_vector_procs;
1738
1738
 
1739
 
  code = gdev_vector_open_file_bbox(vdev, 512, true);
 
1739
  code = gdev_vector_open_file_options(vdev, 512, VECTOR_OPEN_FILE_BBOX
 
1740
                                       | VECTOR_OPEN_FILE_SEQUENTIAL_OK);
1740
1741
  if (code < 0) return code;
1741
1742
 
1742
1743
  gdev_vector_init(vdev);