CrystalSpace | 4 Apr 08:47
Favicon

Re: [CrystalSpace] #810: OSXDelegate2D_OpenGL.m accesses non-existent member of NSOpenGLContext

#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&#174; 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

Gmane