Module: wine Branch: master Commit: 7afa53c0f20aa40f0d13c81a7d20b523f62f99ab URL: https://source.winehq.org/git/wine.git/?a=commit;h=7afa53c0f20aa40f0d13c81a7...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 6 22:43:15 2020 +0200
winex11: Use standard dlopen() instead of the libwine wrappers.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winex11.drv/clipboard.c | 9 +++--- dlls/winex11.drv/mouse.c | 12 ++++---- dlls/winex11.drv/opengl.c | 12 ++++---- dlls/winex11.drv/vulkan.c | 49 ++++++++++++++++----------------- dlls/winex11.drv/wintab.c | 21 +++++++------- dlls/winex11.drv/x11drv_main.c | 39 ++++++++++++-------------- dlls/winex11.drv/xinerama.c | 7 ++--- dlls/winex11.drv/xrandr.c | 62 ++++++++++++++++++++---------------------- dlls/winex11.drv/xrender.c | 7 ++--- dlls/winex11.drv/xvidmode.c | 32 ++++++++++------------ 10 files changed, 117 insertions(+), 133 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7afa53c0f20aa40f0d13c...