wineps.drv: For each printer start page size and source index with the same value.

oldstable
Ralf Habacker 2014-09-23 12:10:40 +02:00 committed by Alexandre Julliard
parent e36025a2a8
commit 6485c76ed3
1 changed files with 2 additions and 3 deletions

View File

@ -179,9 +179,6 @@ static const struct {
{NULL, 0}
};
static WORD UserPageType = DMPAPER_USER;
static WORD UserBinType = DMBIN_USER;
/***********************************************************************
*
* PSDRV_PPDDecodeHex
@ -695,6 +692,8 @@ PPD *PSDRV_ParsePPD( const WCHAR *fname, HANDLE printer )
char *def_pagesize_override = NULL, *def_duplex_override = NULL;
PAGESIZE *page, *page_cursor2;
struct map_context c;
WORD UserPageType = DMPAPER_USER;
WORD UserBinType = DMBIN_USER;
TRACE("file %s\n", debugstr_w(fname));