mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Fix tab spacing.
This commit is contained in:
+25
-25
@@ -816,12 +816,12 @@ CREATESTRUCTW:: struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEVMODEW :: struct {
|
DEVMODEW :: struct {
|
||||||
dmDeviceName: [32]wchar_t,
|
dmDeviceName: [32]wchar_t,
|
||||||
dmSpecVersion: WORD,
|
dmSpecVersion: WORD,
|
||||||
dmDriverVersion: WORD,
|
dmDriverVersion: WORD,
|
||||||
dmSize: WORD,
|
dmSize: WORD,
|
||||||
dmDriverExtra: WORD,
|
dmDriverExtra: WORD,
|
||||||
dmFields: DWORD,
|
dmFields: DWORD,
|
||||||
using _: struct #raw_union {
|
using _: struct #raw_union {
|
||||||
// Printer only fields.
|
// Printer only fields.
|
||||||
using _: struct {
|
using _: struct {
|
||||||
@@ -841,29 +841,29 @@ DEVMODEW :: struct {
|
|||||||
dmDisplayFixedOutput: DWORD,
|
dmDisplayFixedOutput: DWORD,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dmColor: c_short,
|
dmColor: c_short,
|
||||||
dmDuplex: c_short,
|
dmDuplex: c_short,
|
||||||
dmYResolution: c_short,
|
dmYResolution: c_short,
|
||||||
dmTTOption: c_short,
|
dmTTOption: c_short,
|
||||||
dmCollate: c_short,
|
dmCollate: c_short,
|
||||||
dmFormName: [32]wchar_t,
|
dmFormName: [32]wchar_t,
|
||||||
dmLogPixels: WORD,
|
dmLogPixels: WORD,
|
||||||
dmBitsPerPel: DWORD,
|
dmBitsPerPel: DWORD,
|
||||||
dmPelsWidth: DWORD,
|
dmPelsWidth: DWORD,
|
||||||
dmPelsHeight: DWORD,
|
dmPelsHeight: DWORD,
|
||||||
using _: struct #raw_union {
|
using _: struct #raw_union {
|
||||||
dmDisplayFlags: DWORD,
|
dmDisplayFlags: DWORD,
|
||||||
dmNup: DWORD,
|
dmNup: DWORD,
|
||||||
},
|
},
|
||||||
dmDisplayFrequency: DWORD,
|
dmDisplayFrequency: DWORD,
|
||||||
dmICMMethod: DWORD,
|
dmICMMethod: DWORD,
|
||||||
dmICMIntent: DWORD,
|
dmICMIntent: DWORD,
|
||||||
dmMediaType: DWORD,
|
dmMediaType: DWORD,
|
||||||
dmDitherType: DWORD,
|
dmDitherType: DWORD,
|
||||||
dmReserved1: DWORD,
|
dmReserved1: DWORD,
|
||||||
dmReserved2: DWORD,
|
dmReserved2: DWORD,
|
||||||
dmPanningWidth: DWORD,
|
dmPanningWidth: DWORD,
|
||||||
dmPanningHeight: DWORD,
|
dmPanningHeight: DWORD,
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageBox() Flags
|
// MessageBox() Flags
|
||||||
|
|||||||
Reference in New Issue
Block a user