ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni_GL.h
(Generate patch)

Comparing Daodan/src/Oni_GL.h (file contents):
Revision 693 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 694 by alloc, Fri Mar 8 00:31:30 2013 UTC

# Line 434 | Line 434 | typedef struct
434  
435          GLboolean (WINAPI *wglSwapIntervalEXT)(GLint interval);
436  
437 <        GLint (WINAPI *wglSetDeviceGammaRamp3DFX)(HDC, GLvoid *);
438 <        GLint (WINAPI *wglGetDeviceGammaRamp3DFX)(HDC, GLvoid *);
437 >        GLint (WINAPI *wglSetDeviceGammaRamp3DFX)(HDC, M3tWin32GammaRamp*);
438 >        GLint (WINAPI *wglGetDeviceGammaRamp3DFX)(HDC, M3tWin32GammaRamp*);
439   } gl_api_t;
440  
441  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)