mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:19:14 +02:00
lcl: gtk2: fixed typo
git-svn-id: trunk@65098 -
This commit is contained in:
parent
8b2d0578a3
commit
b6a295185e
@ -97,7 +97,7 @@ type
|
|||||||
FGDIObjects: TDynHashArray; // hasharray of PGdiObject
|
FGDIObjects: TDynHashArray; // hasharray of PGdiObject
|
||||||
FMessageQueue: TGtkMessageQueue; // queue of PMsg (must be thread safe!)
|
FMessageQueue: TGtkMessageQueue; // queue of PMsg (must be thread safe!)
|
||||||
WaitingForMessages: boolean;
|
WaitingForMessages: boolean;
|
||||||
MovedPaintMessageCount: integer;// how many paint messages moved to he end of the queue
|
MovedPaintMessageCount: integer;// how many paint messages moved to the end of the queue
|
||||||
|
|
||||||
FRCFilename: string;
|
FRCFilename: string;
|
||||||
FRCFileParsed: boolean;
|
FRCFileParsed: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user