* added layout constants.

git-svn-id: trunk@25053 -
This commit is contained in:
marco 2013-07-06 20:46:30 +00:00
parent a73897f835
commit 609f6255d4

View File

@ -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;