Skip to content

Commit

Permalink
Fixed #1325.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Nov 2, 2022
1 parent 6779c26 commit 32df332
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -31858,6 +31858,7 @@
]
},
{
"namespace": "Windows.Win32.Graphics.Gdi",
"name": "DEVMODE_DISPLAY_ORIENTATION",
"autoPopulate": {
"filter": "DMDO_",
Expand All @@ -31876,6 +31877,7 @@
]
},
{
"namespace": "Windows.Win32.Graphics.Gdi",
"name": "DEVMODE_DISPLAY_FIXED_OUTPUT",
"autoPopulate": {
"filter": "DMDFO_",
Expand Down
23 changes: 23 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Fixed #1325.
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_FIXED_OUTPUT added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_FIXED_OUTPUT.DMDFO_CENTER added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_FIXED_OUTPUT.DMDFO_DEFAULT added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_FIXED_OUTPUT.DMDFO_STRETCH added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION.DMDO_180 added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION.DMDO_270 added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION.DMDO_90 added
Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION.DMDO_DEFAULT added
Windows.Win32.Graphics.Gdi.DEVMODEA._Anonymous1_e__Union._Anonymous2_e__Struct.dmDisplayFixedOutput...Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_FIXED_OUTPUT => Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_FIXED_OUTPUT
Windows.Win32.Graphics.Gdi.DEVMODEA._Anonymous1_e__Union._Anonymous2_e__Struct.dmDisplayOrientation...Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION => Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION
Windows.Win32.Graphics.Gdi.DEVMODEW._Anonymous1_e__Union._Anonymous2_e__Struct.dmDisplayFixedOutput...Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_FIXED_OUTPUT => Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_FIXED_OUTPUT
Windows.Win32.Graphics.Gdi.DEVMODEW._Anonymous1_e__Union._Anonymous2_e__Struct.dmDisplayOrientation...Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION => Windows.Win32.Graphics.Gdi.DEVMODE_DISPLAY_ORIENTATION
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_FIXED_OUTPUT removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_FIXED_OUTPUT.DMDFO_CENTER removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_FIXED_OUTPUT.DMDFO_DEFAULT removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_FIXED_OUTPUT.DMDFO_STRETCH removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_180 removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_270 removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_90 removed
Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_DEFAULT removed

0 comments on commit 32df332

Please sign in to comment.