Fix level of dragged image

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-02-16 06:23:43 +00:00
parent b391df04ca
commit 654ec7fcae
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-02-16 Richard Frith-Macdonald <rfm@gnu.org>
* Source/x11/XGDragView.m: Set drag window at NSPopUpMenuWindowLevel
so that it lies above pretty much anything apart from screensaver.
2003-02-09 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerWindow.m

View file

@ -1262,6 +1262,7 @@ static XGDragView *sharedDragView = nil;
/* Temporarily make this False? we don't handle it correctly (fedor) */
winattrs.override_redirect = False;
XChangeWindowAttributes (XDPY, window->ident, valuemask, &winattrs);
[self setLevel: NSPopUpMenuWindowLevel];
}
@end