* Source/NSScreen.m: retrun back accedentially removed comment.

This commit is contained in:
Sergii Stoian 2020-01-23 12:49:25 +02:00
parent 211d9bcc46
commit 50b7d772c2

View file

@ -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;