Author: mlytwyn
Date: Wed Nov 30 20:09:03 2016
New Revision: 40248

URL: http://svn.gna.org/viewcvs/gnustep?rev=40248&view=rev
Log:
More NSInteger updates

Modified:
    libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m

Modified: libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m?rev=40248&r1=40247&r2=40248&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m      
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m      
Wed Nov 30 20:09:03 2016
@@ -1387,7 +1387,7 @@
   GetKeyboardState(keyState);
   
   // key events should go to the key window if we have one (Windows' focus 
window isn't always appropriate)
-  int windowNumber = [[NSApp keyWindow] windowNumber];
+  NSInteger windowNumber = [[NSApp keyWindow] windowNumber];
   if (windowNumber == 0)
     windowNumber = (NSInteger)hwnd;
   
@@ -3383,7 +3383,7 @@
        }
        
   // key events should go to the key window if we have one (Windows' focus 
window isn't always appropriate)
-  int windowNumber = [[NSApp keyWindow] windowNumber];
+  NSInteger windowNumber = [[NSApp keyWindow] windowNumber];
   if (windowNumber == 0)
     windowNumber  = (NSInteger)hwnd;
        


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

Reply via email to