Quellcode durchsuchen

* added layout constants.

git-svn-id: trunk@25053 -
marco vor 12 Jahren
Ursprung
Commit
609f6255d4
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7 0
      rtl/win/wininc/defines.inc

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

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