Author: mlytwyn
Date: Sun Feb 12 21:34:04 2017
New Revision: 40340

URL: http://svn.gna.org/viewcvs/gnustep?rev=40340&view=rev
Log:
Fix window reference number for NSInteger usage on 64 bit

Modified:
    libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.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=40340&r1=40339&r2=40340&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.m 
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/x11/XGDragView.m Sun Feb 
12 21:34:04 2017
@@ -309,7 +309,7 @@
 
 
 - (NSWindow*) windowAcceptingDnDunder: (NSPoint)p
-                           windowRef: (int*)mouseWindowRef
+                           windowRef: (NSInteger*)mouseWindowRef
 {
   gswindow_device_t    *dwindev;
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to