Author: mlytwyn
Date: Mon Nov 14 18:02:01 2016
New Revision: 40219

URL: http://svn.gna.org/viewcvs/gnustep?rev=40219&view=rev
Log:
Fix setParentWindow for NSInteger

Modified:
    libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m

Modified: 
libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m?rev=40219&r1=40218&r2=40219&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m     
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m     
Mon Nov 14 18:02:01 2016
@@ -5025,8 +5025,8 @@
   return NO;
 }
 
-- (void) setParentWindow: (int)parentWin 
-          forChildWindow: (int)childWin
+- (void) setParentWindow: (NSInteger)parentWin
+          forChildWindow: (NSInteger)childWin
 {
   gswindow_device_t    *cwindow;
   gswindow_device_t    *pwindow;


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to