Author: mlytwyn
Date: Wed Nov  9 22:26:14 2016
New Revision: 40207

URL: http://svn.gna.org/viewcvs/gnustep?rev=40207&view=rev
Log:
Complete 64 bit changes for window numbers for X windows

Modified:
    
libs/gui/branches/gnustep_testplant_branch/Headers/Additions/GNUstepGUI/GSDisplayServer.h
    libs/gui/branches/gnustep_testplant_branch/Source/GSDisplayServer.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Headers/Additions/GNUstepGUI/GSDisplayServer.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Headers/Additions/GNUstepGUI/GSDisplayServer.h?rev=40207&r1=40206&r2=40207&view=diff
==============================================================================
--- 
libs/gui/branches/gnustep_testplant_branch/Headers/Additions/GNUstepGUI/GSDisplayServer.h
   (original)
+++ 
libs/gui/branches/gnustep_testplant_branch/Headers/Additions/GNUstepGUI/GSDisplayServer.h
   Wed Nov  9 22:26:14 2016
@@ -105,7 +105,7 @@
 - (NSArray *) screenList;
 
 - (void *) serverDevice;
-- (void *) windowDevice: (int)win;
+- (void *) windowDevice: (NSInteger)win;
 
 - (void) beep;
 

Modified: libs/gui/branches/gnustep_testplant_branch/Source/GSDisplayServer.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSDisplayServer.m?rev=40207&r1=40206&r2=40207&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSDisplayServer.m 
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSDisplayServer.m Wed Nov 
 9 22:26:14 2016
@@ -479,7 +479,7 @@
    Returns a display dependant pointer that describes the internal
    window representation for win. On X-Windows, for example, this is a
    pointer to the <code>Window</code> variable. */
-- (void *) windowDevice: (int)win
+- (void *) windowDevice: (NSInteger)win
 {
   [self subclassResponsibility: _cmd];
   return NULL;


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

Reply via email to