mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 08:51:03 +00:00
Implement new method -setPartentWindow:forChildWindow: for X and
Windows. Adjust y coordinate of point in compositeGState:... for cairo. This solves bug #24709. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@27718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d9f8287ba9
commit
f99e97c43e
4 changed files with 49 additions and 9 deletions
|
@ -1563,6 +1563,11 @@ NSLog(@"Callback");
|
|||
SetCursor((HCURSOR)cid);
|
||||
}
|
||||
|
||||
- (void) setPartentWindow: (int)partentWin
|
||||
forChildWindow: (int)childWin
|
||||
{
|
||||
SetParent((HWND)childWin, (HWND)partentWin);
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue