mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +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@40207 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0d0695634b
commit
056c24bf98
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ APPKIT_EXPORT NSString *GSScreenNumber;
|
|||
- (NSArray *) screenList;
|
||||
|
||||
- (void *) serverDevice;
|
||||
- (void *) windowDevice: (int)win;
|
||||
- (void *) windowDevice: (NSInteger)win;
|
||||
|
||||
- (void) beep;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue