mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
Update Headers for Printing and Other
Add missing flags and function types. Fix typos.
This commit is contained in:
parent
4093681ad0
commit
d48345a0ee
4 changed files with 12 additions and 2 deletions
|
@ -9,7 +9,7 @@ typedef struct _SURFACE
|
|||
//XDCOBJ * pdcoAA;
|
||||
FLONG flags;
|
||||
struct _PALETTE * const ppal; // Use SURFACE_vSetPalette to assign a palette
|
||||
//UINT unk_050;
|
||||
struct _EWNDOBJ *pWinObj;
|
||||
|
||||
union
|
||||
{
|
||||
|
|
|
@ -173,11 +173,14 @@
|
|||
#define LDC_INIT_DOCUMENT 0x00000040
|
||||
#define LDC_INIT_PAGE 0x00000080
|
||||
#define LDC_STARTPAGE 0x00000100
|
||||
#define LDC_NEXTBAND 0x00000200
|
||||
#define LDC_CLOCKWISE 0x00002000
|
||||
#define LDC_KILL_DOCUMENT 0x00010000
|
||||
#define LDC_META_PRINT 0x00020000
|
||||
#define LDC_DIRECT 0x00040000
|
||||
#define LDC_RESET_BANDING 0x00080000
|
||||
#define LDC_RESETDC 0x00200000
|
||||
#define LDC_UFIMAP 0x00400000
|
||||
#define LDC_INFODC 0x01000000 /* If CreateIC was passed. */
|
||||
#define LDC_DEVCAPS 0x02000000
|
||||
#define LDC_ATENDPAGE 0x10000000
|
||||
|
|
|
@ -572,7 +572,7 @@ typedef struct _DRIVER_FUNCTIONS
|
|||
PFN_DrvDisableSurface DisableSurface;
|
||||
PFN_DrvAssertMode AssertMode;
|
||||
PFN_DrvOffset Offset;
|
||||
PFN_DrvResetDevice ResetPDEV;
|
||||
PFN_DrvResetPDEV ResetPDEV;
|
||||
PFN_DrvDisableDriver DisableDriver;
|
||||
PVOID Unknown1;
|
||||
PFN_DrvCreateDeviceBitmap CreateDeviceBitmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue