~ubuntu-branches/ubuntu/oneiric/wine1.2/oneiric

« back to all changes in this revision

Viewing changes to dlls/wineps.drv/psdrv.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-10-08 12:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20101008125356-0jjjg46hvibih8ft
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
 
341
341
typedef struct {
342
342
    DWORD               id;             /* Job id */
 
343
    HANDLE              hprinter;       /* Printer handle */
343
344
    LPSTR               output;         /* Output file/port */
344
345
    LPSTR               DocName;        /* Document Name */
345
346
    BOOL                banding;        /* Have we received a NEXTBAND */