mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +00:00
back/win32: revert r31206
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@31324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d41e797bfd
commit
1c986457b5
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-10 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
|
* Source/win32/w32_activate.m: Revert the change to call
|
||||||
|
-[NSApp deactivate].. more investigation needed
|
||||||
|
|
||||||
2010-08-30 Eric Wasylishen <ewasylishen@gmail.com>
|
2010-08-30 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
* Source/win32/WIN32Server.m: Only show taskbar buttons for windows
|
* Source/win32/WIN32Server.m: Only show taskbar buttons for windows
|
||||||
|
|
|
@ -91,8 +91,11 @@
|
||||||
break;
|
break;
|
||||||
case FALSE:
|
case FALSE:
|
||||||
{
|
{
|
||||||
[NSApp deactivate];
|
// FIXME: We should deactivate the application, however the following
|
||||||
flags._eventHandled = YES;
|
// causes problems. See "Re: Problem with recent change to w32_activate.m
|
||||||
|
// -- PLEASE REVERT" for details.
|
||||||
|
// [NSApp deactivate];
|
||||||
|
// flags._eventHandled = YES;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue