Browse Source

* DFCS_* constants for win2000+. Part of #10522

git-svn-id: trunk@9607 -
marco 17 years ago
parent
commit
29b72c584a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/win/wininc/defines.inc

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

@@ -1000,6 +1000,8 @@
      DFCS_INACTIVE = 256;
      DFCS_MONO = 32768;
      DFCS_PUSHED = 512;
+     DFCS_TRANSPARENT =  2048;
+     DFCS_HOT         =  4096;
   { DrawIconEx  }
      DI_COMPAT = 4;
      DI_DEFAULTSIZE = 8;