mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 05:29:43 +02:00
MG: started debugging of mouse capturing
git-svn-id: trunk@838 -
This commit is contained in:
parent
069da21d6f
commit
b51eaa2182
@ -965,6 +965,12 @@ var
|
|||||||
LParam := 0;
|
LParam := 0;
|
||||||
Result := longint(OldMouseCaptureHandle); // ToDo: 64bit faulty
|
Result := longint(OldMouseCaptureHandle); // ToDo: 64bit faulty
|
||||||
end;
|
end;
|
||||||
|
{$IFDEF VerboseMouseCapture}
|
||||||
|
writeln('UpdateMouseCaptureControl NotifyCurCaptureControl',
|
||||||
|
' Old=',HexStr(Cardinal(OldMouseCaptureHandle),8),
|
||||||
|
' New=',HexStr(Cardinal(MCaptureHandle),8)
|
||||||
|
);
|
||||||
|
{$ENDIF}
|
||||||
DeliverMessage(CurControl,CaptureChangedMsg);
|
DeliverMessage(CurControl,CaptureChangedMsg);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2429,6 +2435,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.70 2002/08/22 16:22:39 lazarus
|
||||||
|
MG: started debugging of mouse capturing
|
||||||
|
|
||||||
Revision 1.69 2002/08/22 07:30:16 lazarus
|
Revision 1.69 2002/08/22 07:30:16 lazarus
|
||||||
MG: freeing more unused GCs
|
MG: freeing more unused GCs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user