diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 3aad3beff9..9282367885 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -186,11 +186,12 @@ typedef struct nt_printer_param typedef struct ntdevicemode { fstring devicename; + fstring formname; + uint16 specversion; uint16 driverversion; uint16 size; uint16 driverextra; - uint32 fields; uint16 orientation; uint16 papersize; uint16 paperlength; @@ -204,8 +205,9 @@ typedef struct ntdevicemode uint16 yresolution; uint16 ttoption; uint16 collate; - fstring formname; uint16 logpixels; + + uint32 fields; uint32 bitsperpel; uint32 pelswidth; uint32 pelsheight; |