Commit 6485c76e authored by Ralf Habacker's avatar Ralf Habacker Committed by Alexandre Julliard

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

parent e36025a2
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment