mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
Correct bug in last win32pbs change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26064 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9442133c5
commit
e365010701
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-14 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Tools/win32pbs.m (-receivedEvent:...forMode:): Don't call NSApp
|
||||||
|
to terminate the program.
|
||||||
|
|
||||||
2008-02-08 Fred Kiefer <FredKiefer@gmx.de>
|
2008-02-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/art/ARTContext.m (-GSDrawImage:): Hack to allow the
|
* Source/art/ARTContext.m (-GSDrawImage:): Hack to allow the
|
||||||
|
|
|
@ -312,7 +312,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
||||||
|
|
||||||
if (m->message == WM_QUIT)
|
if (m->message == WM_QUIT)
|
||||||
{
|
{
|
||||||
[NSApp terminate: nil];
|
//[NSApp terminate: nil];
|
||||||
// Exit the program
|
// Exit the program
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue