Update more int->NSInteger for window numbers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-02-17 21:48:47 +00:00
parent 813b638695
commit bcd908a200

View file

@ -776,8 +776,8 @@ LRESULT CALLBACK windowEnumCallback(HWND hwnd, LPARAM lParam)
}
- (int) findWindowAt: (NSPoint)screenLocation
windowRef: (int*)windowRef
excluding: (int)win
windowRef: (NSInteger*)windowRef
excluding: (NSInteger)win
{
HWND hwnd;
POINT p;