mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
* added some newer additions to devmodea also to devmodeb
git-svn-id: trunk@24710 -
This commit is contained in:
parent
60d1a7ba13
commit
9239adbc1e
@ -2087,6 +2087,8 @@ Const
|
||||
dmSize : WORD;
|
||||
dmDriverExtra : WORD;
|
||||
dmFields : DWORD;
|
||||
case byte of
|
||||
1: (
|
||||
dmOrientation : short;
|
||||
dmPaperSize : short;
|
||||
dmPaperLength : short;
|
||||
@ -2115,6 +2117,11 @@ Const
|
||||
dmReserved2 : DWORD;
|
||||
dmPanningWidth : DWORD;
|
||||
dmPanningHeight: DWORD;
|
||||
);
|
||||
2: (dmPosition: POINTL;
|
||||
dmDisplayOrientation: DWORD;
|
||||
dmDisplayFixedOutput: DWORD;
|
||||
);
|
||||
end;
|
||||
|
||||
LPDEVMODEW = ^DEVMODEW;
|
||||
|
Loading…
Reference in New Issue
Block a user