Module: wine Branch: master Commit: 077c46261a3abb55648adc8b753d1f40ccfdd83e URL: https://gitlab.winehq.org/wine/wine/-/commit/077c46261a3abb55648adc8b753d1f4...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Oct 7 18:34:09 2022 +0200
opengl32: Use the unixlib interface for more WGL functions.
---
dlls/opengl32/make_opengl | 90 +++++++++++++---------- dlls/opengl32/thunks.c | 172 ++++++++++++++++++++++++++++++++++++++++---- dlls/opengl32/unix_thunks.c | 166 +++++------------------------------------- dlls/opengl32/unix_wgl.c | 168 +++++++++++++++++++++++++++++++++++++------ 4 files changed, 374 insertions(+), 222 deletions(-)