mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Don't raise root window
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18614 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e720ef8d2f
commit
72ef8dd8fd
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/x11/XGServerWindow.m ([XGServer -orderwindow:::]): Don't
|
||||
try to raise the root window.
|
||||
|
||||
2004-02-08 23:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/xlib/XGGState.m: Added necessary calibrated
|
||||
|
|
|
@ -1520,10 +1520,15 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|
|||
*/
|
||||
if ((window->win_attrs.window_style & NSIconWindowMask) != 0)
|
||||
{
|
||||
#if 0
|
||||
/* This doesn't appear to do anything useful, and, at least
|
||||
with WindowMaker, can cause the app to flicker and spuriously
|
||||
lose focus if the app icon is already visible. */
|
||||
if (op != NSWindowOut)
|
||||
{
|
||||
XMapRaised(dpy, ROOT);
|
||||
}
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
if ((window->win_attrs.window_style & NSMiniWindowMask) != 0)
|
||||
|
|
Loading…
Reference in a new issue