mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 21:02:59 +02:00
Cleanups plus a fix to TPanel parent/drawing problem.
git-svn-id: trunk@2005 -
This commit is contained in:
parent
7105e0e951
commit
2a80832e93
@ -18,6 +18,8 @@
|
|||||||
// {$DEFINE ASSERT_IS_ON}
|
// {$DEFINE ASSERT_IS_ON}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$DEFINE ASSERT_IS_ON}
|
||||||
|
|
||||||
function DeliverPostMessage(const Target: Pointer; var TheMessage): GBoolean;
|
function DeliverPostMessage(const Target: Pointer; var TheMessage): GBoolean;
|
||||||
var
|
var
|
||||||
PaintMsg: TLMPaint;
|
PaintMsg: TLMPaint;
|
||||||
@ -2038,7 +2040,6 @@ begin
|
|||||||
Result := DeliverPostMessage(Data, MSG);
|
Result := DeliverPostMessage(Data, MSG);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
ClipboardSelectionReceivedHandler
|
ClipboardSelectionReceivedHandler
|
||||||
|
|
||||||
@ -2246,7 +2247,6 @@ end;
|
|||||||
{$I gtkDragCallback.inc}
|
{$I gtkDragCallback.inc}
|
||||||
{$I gtkListViewCallback.inc}
|
{$I gtkListViewCallback.inc}
|
||||||
|
|
||||||
|
|
||||||
{$IFDEF ASSERT_IS_ON}
|
{$IFDEF ASSERT_IS_ON}
|
||||||
{$UNDEF ASSERT_IS_ON}
|
{$UNDEF ASSERT_IS_ON}
|
||||||
{$C-}
|
{$C-}
|
||||||
@ -2256,6 +2256,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.124 2002/09/06 19:45:10 lazarus
|
||||||
|
Cleanups plus a fix to TPanel parent/drawing problem.
|
||||||
|
|
||||||
Revision 1.123 2002/09/06 15:57:34 lazarus
|
Revision 1.123 2002/09/06 15:57:34 lazarus
|
||||||
MG: fixed notebook client area, send messages and minor bugs
|
MG: fixed notebook client area, send messages and minor bugs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user