mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
applied patch from Vasily
git-svn-id: trunk@1354 -
This commit is contained in:
parent
746e97db7f
commit
b6ba975bc9
@ -68,7 +68,6 @@ type
|
||||
FRCFileAge: integer;
|
||||
FWidgetsWithResizeRequest: TDynHashArray; // hasharray of PGtkWidget
|
||||
FGTKToolTips: PGtkToolTips;
|
||||
FDefaultFont : PGdkFont;
|
||||
FNoteBookCloseBtnPixmapImg: PGdkPixmap;
|
||||
FNoteBookCloseBtnPixmapMask: PGdkPixmap;
|
||||
|
||||
@ -83,6 +82,7 @@ type
|
||||
FStockBlackPen: HPEN;
|
||||
FStockWhitePen: HPEN;
|
||||
|
||||
FDefaultFont : PGdkFont;
|
||||
FStockSystemFont : HFONT;
|
||||
|
||||
Function CreateSystemFont : hFont;
|
||||
@ -303,6 +303,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.107 2002/11/25 11:37:19 mattias
|
||||
applied patch from Vasily
|
||||
|
||||
Revision 1.106 2002/11/23 13:50:04 mattias
|
||||
removed unused variable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user