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:
CaS 2006-01-09 08:15:57 +00:00
parent 5aad1a81d3
commit 11bb34d077
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-01-09 Richard Frith-Macdonald <rfm@gnu.org>
* Source/win32/WIN32Server.m: Attempt to terminate gracefully when
a quit message is received.
2005-12-22 Adam Fedor <fedor@gnu.org>
* Version 0.10.2

View file

@ -116,6 +116,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
if (m->message == WM_QUIT)
{
[NSApp terminate: nil];
// Exit the program
return;
}