4 Apr 08:47
Re: [CrystalSpace] #810: OSXDelegate2D_OpenGL.m accesses non-existent member of NSOpenGLContext
CrystalSpace <trac <at> crystalspace3d.org>
2010-04-04 06:47:35 GMT
2010-04-04 06:47:35 GMT
#810: OSXDelegate2D_OpenGL.m accesses non-existent member of NSOpenGLContext
----------------------+-----------------------------------------------------
Reporter: eduardop | Owner: thebolt
Type: defect | Status: new
Priority: major | Milestone:
Component: renderer | Version: V1.9
Keywords: |
----------------------+-----------------------------------------------------
Description changed by sunshine:
Old description:
> In Mac OS X 10.6, the following fails to compile:
> - (CGLContextObj) getCGLContext
> {
> return _contextAuxiliary;
> }
>
> The return line should be replaced with:
> return [self CGLContextObj];
New description:
In Mac OS X 10.6, the following fails to compile:
{{{
- (CGLContextObj) getCGLContext
{
return _contextAuxiliary;
}
}}}
The `return` line should be replaced with:
{{{
return [self CGLContextObj];
}}}
--
--
--
Ticket URL: <http://www.crystalspace3d.org/trac/CS/ticket/810#comment:1>
CrystalSpace <http://www.crystalspace3d.org/>
Free open-source 3D SDK.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
RSS Feed