Author: mlytwyn
Date: Thu Nov 10 23:26:20 2016
New Revision: 40212
URL: http://svn.gna.org/viewcvs/gnustep?rev=40212&view=rev
Log:
More window number updates from int to NSInteger
Modified:
libs/back/branches/gnustep_testplant_branch/Headers/x11/XGServerWindow.h
libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerEvent.m
Modified:
libs/back/branches/gnustep_testplant_branch/Headers/x11/XGServerWindow.h
URL:
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Headers/x11/XGServerWindow.h?rev=40212&r1=40211&r2=40212&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Headers/x11/XGServerWindow.h
(original)
+++ libs/back/branches/gnustep_testplant_branch/Headers/x11/XGServerWindow.h
Thu Nov 10 23:26:20 2016
@@ -130,8 +130,8 @@
+ (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;
Modified: libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerEvent.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerEvent.m?rev=40212&r1=40211&r2=40212&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerEvent.m
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerEvent.m
Thu Nov 10 23:26:20 2016
@@ -2510,7 +2510,7 @@
return [self mouseLocationOnScreen: defScreen window: NULL];
}
-- (NSPoint) mouseLocationOnScreen: (int)screen window: (int *)win
+- (NSPoint) mouseLocationOnScreen: (int)screen window: (NSInteger *)win
{
Window rootWin;
Window childWin;
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs