mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 17:00:52 +00:00
Attempt graceful termination
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@22272 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5aad1a81d3
commit
11bb34d077
2 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
|
||||
if (m->message == WM_QUIT)
|
||||
{
|
||||
[NSApp terminate: nil];
|
||||
// Exit the program
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue