More window number updates from int to NSInteger

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40212 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-11-10 22:26:20 +00:00
parent e8f7691a05
commit 0c50f563a4
2 changed files with 3 additions and 3 deletions

View file

@ -130,8 +130,8 @@ typedef struct _gswindow_device_t {
+ (gswindow_device_t *) _windowForXWindow: (Window)xWindow;
+ (gswindow_device_t *) _windowForXParent: (Window)xWindow;
+ (gswindow_device_t *) _windowWithTag: (int)windowNumber;
- (void) _addExposedRectangle: (XRectangle)rectangle : (int)win : (BOOL) ignoreBacking;
- (void) _processExposedRectangles: (int)win;
- (void) _addExposedRectangle: (XRectangle)rectangle : (NSInteger)win : (BOOL) ignoreBacking;
- (void) _processExposedRectangles: (NSInteger)win;
- (void) _initializeCursorForXWindow: (Window) win;
- (void) _destroyServerWindows;

View file

@ -2510,7 +2510,7 @@ process_modifier_flags(unsigned int state)
return [self mouseLocationOnScreen: defScreen window: NULL];
}
- (NSPoint) mouseLocationOnScreen: (int)screen window: (int *)win
- (NSPoint) mouseLocationOnScreen: (int)screen window: (NSInteger *)win
{
Window rootWin;
Window childWin;