mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
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:
parent
e8f7691a05
commit
0c50f563a4
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue