Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk-api-src/content/wingdi/ns-wingdi-devmodea.md
Original file line number Diff line number Diff line change
Expand Up @@ -796,15 +796,15 @@ For display devices only, the orientation at which images should be presented. I
</tr>
<tr>
<td>DMDO_90</td>
<td>The display orientation is rotated 90 degrees (measured clockwise) from DMDO_DEFAULT.</td>
<td>The display orientation is rotated 90 degrees (measured counter-clockwise) from DMDO_DEFAULT.</td>
</tr>
<tr>
<td>DMDO_180</td>
<td>The display orientation is rotated 180 degrees (measured clockwise) from DMDO_DEFAULT.</td>
<td>The display orientation is rotated 180 degrees (measured counter-clockwise) from DMDO_DEFAULT.</td>
</tr>
<tr>
<td>DMDO_270</td>
<td>The display orientation is rotated 270 degrees (measured clockwise) from DMDO_DEFAULT.</td>
<td>The display orientation is rotated 270 degrees (measured counter-clockwise) from DMDO_DEFAULT.</td>
</tr>
</table>

Expand Down