Module: wine Branch: master Commit: 494251add7da73496311936b54f5c1a4383e95d2 URL: https://gitlab.winehq.org/wine/wine/-/commit/494251add7da73496311936b54f5c1a...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Oct 7 11:31:05 2022 +0200
opengl32: Move some WGL functions to unix_wgl.c.
---
dlls/opengl32/Makefile.in | 1 + dlls/opengl32/make_opengl | 14 ++ dlls/opengl32/opengl_ext.h | 56 +++++ dlls/opengl32/unix_wgl.c | 459 +++++++++++++++++++++++++++++++++++ dlls/opengl32/unixlib.h | 14 ++ dlls/opengl32/wgl.c | 588 +-------------------------------------------- 6 files changed, 550 insertions(+), 582 deletions(-)