mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 03:41:04 +00:00
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:
parent
813b638695
commit
bcd908a200
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue