Author: mlytwyn
Date: Tue Nov 29 16:21:50 2016
New Revision: 40243

URL: http://svn.gna.org/viewcvs/gnustep?rev=40243&view=rev
Log:
More int to NSInteger conversions

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

Modified: libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.m?rev=40243&r1=40242&r2=40243&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.m 
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.m Tue Nov 
29 16:21:50 2016
@@ -266,7 +266,7 @@
                     action: (NSDragOperation)action
                   position: (NSPoint)eventLocation
                  timestamp: (NSTimeInterval)time
-                  toWindow: (int)dWindowNumber
+                  toWindow: (NSInteger)dWindowNumber
 {
   gswindow_device_t *dragWindev = DRAGWINDEV;
 

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=40243&r1=40242&r2=40243&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m     
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/x11/XGServerWindow.m     
Tue Nov 29 16:21:50 2016
@@ -2484,7 +2484,7 @@
   if (!window)
     return;
 
-  NSDebugLLog(@"XGTrace", @"DPSstylewindow: %ld : %d", style, (long)win);
+  NSDebugLLog(@"XGTrace", @"DPSstylewindow: %d : %ld", style, (long)win);
   if (window->win_attrs.window_style != style
     || (window->win_attrs.flags & GSWindowStyleAttr) == 0)
     {
@@ -2953,7 +2953,7 @@
        }
     }
 
-  NSDebugLLog(@"XGTrace", @"DPSorderwindow: %ld : %d : 
%ld",op,(long)otherWin,(long)winNum);
+  NSDebugLLog(@"XGTrace", @"DPSorderwindow: %d : %ld : 
%ld",op,(long)otherWin,(long)winNum);
   level = window->win_attrs.window_level;
   if (otherWin > 0)
     {


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

Reply via email to