mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +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
8edd8da8ab
commit
c831510518
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -116,6 +116,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
|
||||
if (m->message == WM_QUIT)
|
||||
{
|
||||
[NSApp terminate: nil];
|
||||
// Exit the program
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue