mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Fix setParentWindow for NSInteger
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40219 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
30973f8c9b
commit
76395e0c2e
1 changed files with 2 additions and 2 deletions
|
@ -5025,8 +5025,8 @@ _computeDepth(int class, int bpp)
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setParentWindow: (int)parentWin
|
- (void) setParentWindow: (NSInteger)parentWin
|
||||||
forChildWindow: (int)childWin
|
forChildWindow: (NSInteger)childWin
|
||||||
{
|
{
|
||||||
gswindow_device_t *cwindow;
|
gswindow_device_t *cwindow;
|
||||||
gswindow_device_t *pwindow;
|
gswindow_device_t *pwindow;
|
||||||
|
|
Loading…
Reference in a new issue