mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +00:00
Remove assert
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15002 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aad0382917
commit
e6cb3bc3c8
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2002-11-16 Adam Fedor <fedor@gnu.org>
|
2002-11-16 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/x11/XGGLContext.m (-initWithFormat:shareContext:): Remove
|
||||||
|
assert.
|
||||||
|
|
||||||
* Source/x11/XGServerWindow.m ([XGServer -setinputstate::]): Return
|
* Source/x11/XGServerWindow.m ([XGServer -setinputstate::]): Return
|
||||||
if window is NULL.
|
if window is NULL.
|
||||||
|
|
||||||
|
|
|
@ -265,7 +265,7 @@ static XGGLContext *currentGLContext;
|
||||||
{
|
{
|
||||||
[super init];
|
[super init];
|
||||||
glx_context = None;
|
glx_context = None;
|
||||||
NSParameterAssert(format);
|
|
||||||
if( _format && [_format isKindOfClass: [XGGLPixelFormat class]])
|
if( _format && [_format isKindOfClass: [XGGLPixelFormat class]])
|
||||||
{
|
{
|
||||||
MAKE_DISPLAY(dpy);
|
MAKE_DISPLAY(dpy);
|
||||||
|
|
Loading…
Reference in a new issue