mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 10:20:48 +08:00
[NtGDI] Add missing type for EPS Print Escape
Part of GDI escape printing.
This commit is contained in:
@@ -585,6 +585,11 @@ NtGdiGetAndSetDCDword(
|
||||
|
||||
switch (u)
|
||||
{
|
||||
case GdiGetSetEPSPrintingEscape:
|
||||
SafeResult = pdc->fs & DC_EPSPRINTINGESCAPE;
|
||||
pdc->fs &= ~DC_EPSPRINTINGESCAPE;
|
||||
break;
|
||||
|
||||
case GdiGetSetCopyCount:
|
||||
SafeResult = pdc->ulCopyCount;
|
||||
pdc->ulCopyCount = dwIn;
|
||||
|
||||
@@ -59,7 +59,8 @@ typedef enum _GETDCDWORD
|
||||
|
||||
typedef enum _GETSETDCDWORD
|
||||
{
|
||||
GdiGetSetCopyCount = 2,
|
||||
GdiGetSetEPSPrintingEscape = 1,
|
||||
GdiGetSetCopyCount,
|
||||
GdiGetSetTextAlign,
|
||||
GdiGetSetRelAbs,
|
||||
GdiGetSetTextCharExtra,
|
||||
|
||||
Reference in New Issue
Block a user