mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:59:20 +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;
|
FRCFileAge: integer;
|
||||||
FWidgetsWithResizeRequest: TDynHashArray; // hasharray of PGtkWidget
|
FWidgetsWithResizeRequest: TDynHashArray; // hasharray of PGtkWidget
|
||||||
FGTKToolTips: PGtkToolTips;
|
FGTKToolTips: PGtkToolTips;
|
||||||
FDefaultFont : PGdkFont;
|
|
||||||
FNoteBookCloseBtnPixmapImg: PGdkPixmap;
|
FNoteBookCloseBtnPixmapImg: PGdkPixmap;
|
||||||
FNoteBookCloseBtnPixmapMask: PGdkPixmap;
|
FNoteBookCloseBtnPixmapMask: PGdkPixmap;
|
||||||
|
|
||||||
@ -83,6 +82,7 @@ type
|
|||||||
FStockBlackPen: HPEN;
|
FStockBlackPen: HPEN;
|
||||||
FStockWhitePen: HPEN;
|
FStockWhitePen: HPEN;
|
||||||
|
|
||||||
|
FDefaultFont : PGdkFont;
|
||||||
FStockSystemFont : HFONT;
|
FStockSystemFont : HFONT;
|
||||||
|
|
||||||
Function CreateSystemFont : hFont;
|
Function CreateSystemFont : hFont;
|
||||||
@ -303,6 +303,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.106 2002/11/23 13:50:04 mattias
|
||||||
removed unused variable
|
removed unused variable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user