mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
Various tidying up of DPS window operations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
263f5b5598
commit
5dcbe92051
4 changed files with 5 additions and 29 deletions
|
@ -1255,7 +1255,8 @@ static NSString* NSMenuLocationsKey = @"NSMenuLocations";
|
|||
NSRect frameRect = frame;
|
||||
|
||||
frameRect.origin = aPoint;
|
||||
[GSCurrentContext() _setFrame: frameRect forWindow: [self windowNumber]];
|
||||
DPSplacewindow(GSCurrentContext(), frameRect.origin.x, frameRect.origin.y,
|
||||
frameRect.size.width, frameRect.size.height, [self windowNumber]);
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue