* Basic support for native hints

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@966 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-09-27 15:17:11 +00:00
parent 0993f43699
commit fd94d08b05
2 changed files with 17 additions and 17 deletions

View File

@ -37,6 +37,8 @@ const
lcHeaderOffset = 22;
lcSelection = 23;
lcAlphaBlend = 24;
lcHint = 25;
lcMouseEvent = 26;
var
Logger: TLCLLogger;