Changeset 289

Show
Ignore:
Timestamp:
04/06/08 04:37:32 (3 months ago)
Author:
aldacron
Message:

[DerelictGLU]
* now loads the OpenGL framework itself. There's no need to manually share the same library handle with DerelictGL. dlopen is documented to load the same file only once even when called multiple times, so it's the same handle anyway. I already knew that, d'uh.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictGLU/derelict/opengl/glu.d

    r287 r289  
    107107        "glu32.dll", 
    108108        "libGLU.so,libGLU.so.1", 
    109         "", 
     109        // on Mac, the GLU functions are in the OpenGL framework 
     110        "../Frameworks/OpenGL.framework/OpenGL, /Library/Frameworks/OpenGL.framework/OpenGL, /System/Library/Frameworks/OpenGL.framework/OpenGL",, 
    110111        &load 
    111112    );