mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
* Source/x11/XGServerWindow.m (resolutionForScreen:): fixed parameter
name in comment.
This commit is contained in:
parent
e6108e05f7
commit
519d267d60
1 changed files with 1 additions and 1 deletions
|
@ -4583,7 +4583,7 @@ _computeDepth(int class, int bpp)
|
|||
return depths;
|
||||
}
|
||||
|
||||
// `screen` is a Xlib screen number.
|
||||
// `screen_num` is a Xlib screen number.
|
||||
- (NSSize) resolutionForScreen: (int)screen_num
|
||||
{
|
||||
// NOTE:
|
||||
|
|
Loading…
Reference in a new issue