aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/sys/windows/types.odin50
1 files changed, 25 insertions, 25 deletions
diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin
index 570969a78..ad2ab7b37 100644
--- a/core/sys/windows/types.odin
+++ b/core/sys/windows/types.odin
@@ -816,12 +816,12 @@ CREATESTRUCTW:: struct {
}
DEVMODEW :: struct {
- dmDeviceName: [32]wchar_t,
- dmSpecVersion: WORD,
- dmDriverVersion: WORD,
- dmSize: WORD,
- dmDriverExtra: WORD,
- dmFields: DWORD,
+ dmDeviceName: [32]wchar_t,
+ dmSpecVersion: WORD,
+ dmDriverVersion: WORD,
+ dmSize: WORD,
+ dmDriverExtra: WORD,
+ dmFields: DWORD,
using _: struct #raw_union {
// Printer only fields.
using _: struct {
@@ -841,29 +841,29 @@ DEVMODEW :: struct {
dmDisplayFixedOutput: DWORD,
},
},
- dmColor: c_short,
- dmDuplex: c_short,
- dmYResolution: c_short,
- dmTTOption: c_short,
- dmCollate: c_short,
- dmFormName: [32]wchar_t,
- dmLogPixels: WORD,
- dmBitsPerPel: DWORD,
- dmPelsWidth: DWORD,
- dmPelsHeight: DWORD,
+ dmColor: c_short,
+ dmDuplex: c_short,
+ dmYResolution: c_short,
+ dmTTOption: c_short,
+ dmCollate: c_short,
+ dmFormName: [32]wchar_t,
+ dmLogPixels: WORD,
+ dmBitsPerPel: DWORD,
+ dmPelsWidth: DWORD,
+ dmPelsHeight: DWORD,
using _: struct #raw_union {
dmDisplayFlags: DWORD,
dmNup: DWORD,
},
- dmDisplayFrequency: DWORD,
- dmICMMethod: DWORD,
- dmICMIntent: DWORD,
- dmMediaType: DWORD,
- dmDitherType: DWORD,
- dmReserved1: DWORD,
- dmReserved2: DWORD,
- dmPanningWidth: DWORD,
- dmPanningHeight: DWORD,
+ dmDisplayFrequency: DWORD,
+ dmICMMethod: DWORD,
+ dmICMIntent: DWORD,
+ dmMediaType: DWORD,
+ dmDitherType: DWORD,
+ dmReserved1: DWORD,
+ dmReserved2: DWORD,
+ dmPanningWidth: DWORD,
+ dmPanningHeight: DWORD,
}
// MessageBox() Flags