diff options
author | Patrick Luby <pluby@openoffice.org> | 2000-12-06 02:11:32 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2000-12-06 02:11:32 +0000 |
commit | c9b8d401b9a4ae0418c3ec2a20afb0f51122de7f (patch) | |
tree | 4916989f45477556a03ceeb493bab27cf5850df5 /vcl/aqua/inc/saldata.hxx | |
parent | b1db52a7bf07a2891cddc5d6bb5c2c10098c7f52 (diff) |
Reimplemented use of [NSApp run] for the event loop and use of NSAutoreleasePools.
Diffstat (limited to 'vcl/aqua/inc/saldata.hxx')
-rw-r--r-- | vcl/aqua/inc/saldata.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/aqua/inc/saldata.hxx b/vcl/aqua/inc/saldata.hxx index d7b1d0cfe574..8327d8eb548d 100644 --- a/vcl/aqua/inc/saldata.hxx +++ b/vcl/aqua/inc/saldata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: saldata.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: pluby $ $Date: 2000-12-01 22:29:13 $ + * last change: $Author: pluby $ $Date: 2000-12-06 03:11:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,6 +146,7 @@ inline SalData* GetAppSalData() { return (SalData*)ImplGetAppSVData()->mpSalData void SalSetSalData( struct SalData* pData ); struct SalData* SalGetSalData(); struct SalData* SalGetAppSalData(); +BOOL SalGetAppQuit(); #endif // __cplusplus |