mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-23 17:02:46 +02:00
AJ: added IsNullBrush checks to reduce pointless color allocations & GDK function calls
git-svn-id: trunk@2483 -
This commit is contained in:
parent
1f46feec41
commit
25ec796c88
@ -80,6 +80,7 @@ type
|
||||
);
|
||||
gdiBrush: (
|
||||
// ToDo: add bitmap mask
|
||||
IsNullBrush : Boolean;
|
||||
GDIBrushColor : TGDIColor;
|
||||
GDIBrushFill: TGdkFill;
|
||||
GDIBrushPixMap: PGdkPixmap;
|
||||
@ -427,6 +428,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.29 2002/10/30 17:43:35 lazarus
|
||||
AJ: added IsNullBrush checks to reduce pointless color allocations & GDK function calls
|
||||
|
||||
Revision 1.28 2002/10/20 21:54:03 lazarus
|
||||
MG: fixes for 1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user