Changeset 89

Show
Ignore:
Timestamp:
02/19/05 06:36:22 (4 years ago)
Author:
jjr
Message:

fixed function declaration glfwGetNumberOfProcessors (int return type,
not void)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictGLFW/derelict/glfw/glfw.d

    r88 r89  
    633633    typedef void       function(GLFWcond)             pfglfwSignalCond; 
    634634    typedef void       function(GLFWcond)             pfglfwBroadcastCond; 
    635     typedef void       function()                     pfglfwGetNumberOfProcessors; 
     635    typedef int        function()                     pfglfwGetNumberOfProcessors; 
    636636 
    637637// Enable/disable functions