Module: wine Branch: master Commit: 27df7f518caa237cd629e26131dbd23b1685c4d8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=27df7f518caa237cd629e2613...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Wed Feb 9 20:43:54 2022 +0100
kernelbase: Implement SetCurrentConsoleFontEx.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=27df7f518caa237cd629e...