mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Complete 64 bit changes for window numbers for X windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f32af34fe8
commit
0d0695634b
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ APPKIT_EXPORT NSString *GSScreenNumber;
|
|||
- (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. */
|
||||
|
|
|
@ -572,7 +572,7 @@ GSCurrentServer(void)
|
|||
|
||||
/** 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
|
||||
|
|
Loading…
Reference in a new issue