Author: mlytwyn
Date: Wed Nov  9 22:17:55 2016
New Revision: 40206

URL: http://svn.gna.org/viewcvs/gnustep?rev=40206&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=40206&r1=40205&r2=40206&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:17:55 2016
@@ -127,7 +127,7 @@
 - (NSInteger) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned 
int)style
              : (int)screen;
 - (void) termwindow: (NSInteger)win;
-- (int) nativeWindow: (void *)winref : (NSRect*)frame : 
(NSBackingStoreType*)type 
+- (NSInteger) nativeWindow: (void *)winref : (NSRect*)frame : 
(NSBackingStoreType*)type
                     : (unsigned int*)style : (int*)screen;
 
 /* Only if handlesWindowDecorations returns YES. */

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=40206&r1=40205&r2=40206&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:17:55 2016
@@ -572,7 +572,7 @@
 
 /** Create all the backend structures for a reference to a native window and 
     return the extend, backing type, style and screen for that window. */ 
-- (int) nativeWindow: (void *)winref
+- (NSInteger) nativeWindow: (void *)winref
                    : (NSRect*)frame
                    : (NSBackingStoreType*)type 
                    : (unsigned int*)style


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

Reply via email to