mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
NSOpenGLView.m: Fix docstring for -[NSOpenGLView initWithFrame:pixelFormat:].
There is no such thing as +[NSOpenGLContext defaultPixelFormat].
This commit is contained in:
parent
9cf1c65abe
commit
44f8a4dccb
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-07-08 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* Source/NSOpenGLView.m:
|
||||
Fix docstring for -[NSOpenGLView initWithFrame:pixelFormat:].
|
||||
There is no such thing as +[NSOpenGLContext defaultPixelFormat].
|
||||
|
||||
2018-06-11 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/config.h.in
|
||||
|
|
|
@ -144,7 +144,7 @@ static NSOpenGLPixelFormatAttribute attrs[] =
|
|||
|
||||
}
|
||||
|
||||
/** default initializer. Can be passed [NSOpenGLContext defaultPixelFormat]
|
||||
/** default initializer. Can be passed [NSOpenGLView defaultPixelFormat]
|
||||
as second argument
|
||||
*/
|
||||
- (id) initWithFrame: (NSRect)frameRect
|
||||
|
|
Loading…
Reference in a new issue