This commit is contained in:
marco 2004-11-15 21:12:57 +00:00
parent 382ac54e58
commit e661ebe41b

View File

@ -1238,7 +1238,7 @@ function GlobalUnlockPtr(lp:pointer):Pointer;
function GlobalLockPtr(lp:pointer):Pointer;
function GlobalReAllocPtr(lp:Pointer;cbNew,flags:DWord):Pointer;
function GlobalPtrHandle(lp:pointer):Pointer;
function SetLayeredWindowAttributes(HWND:hwnd;crKey :COLORREF;bAlpha : byte;dwFlags : DWORD):WINBOOL; external 'user32' name 'SETLAYEREDWINDOWATTRIBUTES';
function SetLayeredWindowAttributes(HWND:hwnd;crKey :COLORREF;bAlpha : byte;dwFlags : DWORD):WINBOOL; external 'user32' name 'SetLayeredWindowAttributes';
{$endif read_interface}
@ -2335,7 +2335,10 @@ end;
{
$Log$
Revision 1.22 2004-11-14 19:49:13 marco
Revision 1.23 2004-11-15 21:12:57 marco
* fix
Revision 1.22 2004/11/14 19:49:13 marco
* setlayeredwindowattributes (2000+) added.
Revision 1.21 2004/11/14 18:05:54 marco