mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
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:
parent
b391df04ca
commit
654ec7fcae
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue