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@40207 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-11-09 21:26:14 +00:00
parent 0d0695634b
commit 056c24bf98
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ APPKIT_EXPORT NSString *GSScreenNumber;
- (NSArray *) screenList;
- (void *) serverDevice;
- (void *) windowDevice: (int)win;
- (void *) windowDevice: (NSInteger)win;
- (void) beep;

View file

@ -479,7 +479,7 @@ GSCurrentServer(void)
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;