Jacek Caban : winex11: Use libc for driver memory allocation.

Alexandre Julliard julliard at winehq.org
Mon Apr 25 16:30:33 CDT 2022


Module: wine
Branch: master
Commit: ef8e4b7e3e32e2beb317411c5bd6e5cedf71cfb7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ef8e4b7e3e32e2beb317411c5bd6e5cedf71cfb7

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Apr 25 17:01:07 2022 +0200

winex11: Use libc for driver memory allocation.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winex11.drv/bitblt.c      |  22 ++++-----
 dlls/winex11.drv/brush.c       |   3 +-
 dlls/winex11.drv/clipboard.c   | 106 ++++++++++++++++++++---------------------
 dlls/winex11.drv/desktop.c     |  17 ++++---
 dlls/winex11.drv/graphics.c    |  59 +++++++++++------------
 dlls/winex11.drv/init.c        |   4 +-
 dlls/winex11.drv/keyboard.c    |  10 ++--
 dlls/winex11.drv/mouse.c       |  26 +++++-----
 dlls/winex11.drv/opengl.c      |  36 +++++++-------
 dlls/winex11.drv/palette.c     |  29 ++++++-----
 dlls/winex11.drv/pen.c         |   4 +-
 dlls/winex11.drv/settings.c    |  25 +++++-----
 dlls/winex11.drv/vulkan.c      |  13 +++--
 dlls/winex11.drv/window.c      |  47 +++++++++---------
 dlls/winex11.drv/x11drv_main.c |  13 +++--
 dlls/winex11.drv/xinerama.c    |  17 ++++---
 dlls/winex11.drv/xrandr.c      |  45 ++++++++---------
 dlls/winex11.drv/xrender.c     |  79 ++++++++++++------------------
 dlls/winex11.drv/xvidmode.c    |  13 +++--
 19 files changed, 266 insertions(+), 302 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=ef8e4b7e3e32e2beb317411c5bd6e5cedf71cfb7



More information about the wine-cvs mailing list