[PATCH 1/4 v2] server: Add console font table information

Sebastian Lackner sebastian at fds-team.de
Tue Oct 20 19:57:05 CDT 2015


On 21.10.2015 02:43, Hugh McMaster wrote:
> Changes since version 1:
>   * Removed an unintentional newline
>   * Simplified a few comments
> 
> We must use the server because kernel32 does not export a function for this purpose.
> The struct font_info can also be expanded to support all elements from CONSOLE_FONT_INFOEX.
> 
> Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
> ---
>  server/console.c    | 19 +++++++++++++++++++
>  server/protocol.def |  7 ++++++-
>  2 files changed, 25 insertions(+), 1 deletion(-)
> 

font.index is unused, it would make more sense to add it later, when it is actually required.
Also see my previous mail, where I point out that you could implement the XP-version of those
functions without any wineserver changes at all.




More information about the wine-devel mailing list