mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* fix
This commit is contained in:
parent
382ac54e58
commit
e661ebe41b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user