mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* Source/NSScreen.m: retrun back accedentially removed comment.
This commit is contained in:
parent
211d9bcc46
commit
50b7d772c2
1 changed files with 3 additions and 0 deletions
|
@ -194,6 +194,9 @@ static NSMutableArray *screenArray = nil;
|
|||
return nil;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all of the infomation for a given screen.
|
||||
*/
|
||||
- (id) _initWithScreenNumber: (int)screen
|
||||
{
|
||||
GSDisplayServer *srv;
|
||||
|
|
Loading…
Reference in a new issue