mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:00:42 +02:00
cocoa: restore isrun field
git-svn-id: trunk@61367 -
This commit is contained in:
parent
9a966e27f4
commit
de095f07d4
@ -66,6 +66,7 @@ type
|
|||||||
|
|
||||||
TCocoaApplication = objcclass(NSApplication)
|
TCocoaApplication = objcclass(NSApplication)
|
||||||
aloop : TApplicationMainLoop;
|
aloop : TApplicationMainLoop;
|
||||||
|
isrun : Boolean;
|
||||||
modals : NSMutableDictionary;
|
modals : NSMutableDictionary;
|
||||||
|
|
||||||
procedure dealloc; override;
|
procedure dealloc; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user