Module: wine Branch: master Commit: 28de0a56ae056f09ae4f7c05e5ee108be973daf7 URL: https://gitlab.winehq.org/wine/wine/-/commit/28de0a56ae056f09ae4f7c05e5ee108...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Oct 7 18:31:48 2022 +0200
opengl32: Use the unixlib interface for WGL functions.
---
dlls/opengl32/make_opengl | 29 ++++++++++++++ dlls/opengl32/opengl_ext.h | 2 + dlls/opengl32/thunks.c | 18 +++++++++ dlls/opengl32/unix_thunks.c | 96 +++++++++++++++++++++++++++++++++++++++++++++ dlls/opengl32/unixlib.h | 79 +++++++++++++++++++++++++++++++++++++ dlls/opengl32/wgl.c | 43 +++++++------------- 6 files changed, 238 insertions(+), 29 deletions(-)