Hugh McMaster : kernelbase: Implement SetCurrentConsoleFontEx.

Alexandre Julliard julliard at winehq.org
Thu Feb 10 16:10:30 CST 2022


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

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Wed Feb  9 20:43:54 2022 +0100

kernelbase: Implement SetCurrentConsoleFontEx.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/console.c         |  7 -------
 dlls/kernel32/kernel32.spec     |  2 +-
 dlls/kernel32/tests/console.c   | 40 ++++++++++++++++++++--------------------
 dlls/kernelbase/console.c       | 36 ++++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  1 +
 include/wine/condrv.h           |  1 +
 programs/conhost/conhost.c      | 25 ++++++++++++++++++++++---
 programs/conhost/conhost.h      | 14 +++++++++-----
 programs/conhost/window.c       | 28 ++++++++++++++++++----------
 9 files changed, 108 insertions(+), 46 deletions(-)

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



More information about the wine-cvs mailing list