mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 01:29:08 +02:00
* added layout constants.
git-svn-id: trunk@25053 -
This commit is contained in:
parent
a73897f835
commit
609f6255d4
@ -1188,6 +1188,13 @@
|
||||
{ EnumProtocols }
|
||||
{ EnumResLangProc }
|
||||
|
||||
// layout
|
||||
LAYOUT_RTL = 1; // Right to left
|
||||
LAYOUT_BTT = 2; // Bottom to top
|
||||
LAYOUT_VBH = 4; // Vertical before horizontal
|
||||
LAYOUT_ORIENTATIONMASK = (LAYOUT_RTL or LAYOUT_BTT or LAYOUT_VBH);
|
||||
LAYOUT_BITMAPORIENTATIONPRESERVED = 8;
|
||||
|
||||
// DEVMODE dmDisplayFixedOutput
|
||||
DMDFO_DEFAULT = 0;
|
||||
DMDFO_STRETCH = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user