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:
Marcian Lytwyn 2016-11-14 17:02:01 +00:00
parent 30973f8c9b
commit 76395e0c2e

View file

@ -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;