~ubuntu-branches/ubuntu/lucid/xpdf/lucid-updates

« back to all changes in this revision

Viewing changes to xpdf/CoreOutputDev.h

  • Committer: Bazaar Package Importer
  • Author(s): Andy Price
  • Date: 2007-05-17 22:04:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517220433-gzcx2lrvllkbl7mr
Tags: 3.02-1ubuntu1
* Merge from Debian unstable (LP: #113365), remaining changes:
  - Added back 09_xpdfrc_manpage.dpatch (LP #71753)
  - Set Ubuntu maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
//------------------------------------------------------------------------
22
22
 
23
 
typedef void (*CoreOutRedrawCbk)(void *data, int x0, int y0, int x1, int y1);
 
23
typedef void (*CoreOutRedrawCbk)(void *data, int x0, int y0, int x1, int y1,
 
24
                                 GBool composited);
24
25
 
25
26
//------------------------------------------------------------------------
26
27
// CoreOutputDev