Alexandre Julliard : opengl32: Get type definitions from the XML files.
Module: wine Branch: master Commit: bbb71620cd32cfde52337f5f62eea5a362ca8b98 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bbb71620cd32cfde52337f5f62... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Oct 9 15:21:31 2017 +0200 opengl32: Get type definitions from the XML files. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/opengl32/make_opengl | 234 ++++++++++++++++--------------------------- dlls/opengl32/opengl_ext.c | 14 +-- dlls/opengl32/opengl_norm.c | 14 +-- dlls/opengl32/tests/opengl.c | 1 - dlls/opengl32/winegl.xml | 18 ++++ include/wine/wgl.h | 90 +++++++++++------ include/wine/wgl_driver.h | 14 +-- include/wine/wglext.h | 28 ------ 8 files changed, 186 insertions(+), 227 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bbb71620cd32cfde52337f...
participants (1)
-
Alexandre Julliard