mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 02:42:09 +00:00
Fix tab spacing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user