Module: wine Branch: master Commit: 4c0779006efa0f491d13c6df42b26bb44258ff51 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c0779006efa0f491d13c6df42...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jul 18 23:58:41 2012 +0200
opengl32: Move the wgl functions to the main OpenGL function table.
---
dlls/gdi32/driver.c | 73 +----------------------------------------- dlls/gdi32/opengl.c | 4 +- dlls/opengl32/make_opengl | 46 ++++++++++++++++++++++++-- dlls/opengl32/opengl_norm.c | 28 +++++++++++++++- dlls/opengl32/wgl.c | 56 +++++++++++++++++--------------- dlls/wined3d/directx.c | 10 ++++-- dlls/winex11.drv/opengl.c | 41 ++++++++++++------------ include/wine/gdi_driver.h | 26 ++------------- include/wine/wgl_driver.h | 20 +++++++++++- 9 files changed, 152 insertions(+), 152 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4c0779006efa0f491d13c6...