Browse Source

* added layout constants.

git-svn-id: trunk@25053 -
marco 12 years ago
parent
commit
609f6255d4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      rtl/win/wininc/defines.inc

+ 7 - 0
rtl/win/wininc/defines.inc

@@ -1188,6 +1188,13 @@
   { EnumProtocols  }
   { EnumProtocols  }
   { EnumResLangProc  }
   { 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 
   // DEVMODE dmDisplayFixedOutput 
      DMDFO_DEFAULT = 0;
      DMDFO_DEFAULT = 0;
      DMDFO_STRETCH = 1;
      DMDFO_STRETCH = 1;