[2/2] wineconsole, dlls/kernel32, server: Set and get maximum console window size (try 2, resend)

Hugh McMaster hugh.mcmaster at masterindexing.com
Tue Oct 29 05:54:36 CDT 2013


This patch sends the maximum console window size information to the server, where it is retrieved by GetLargestConsoleWindowSize() in kernel32.dll when called.

The patch uses the create_console_output server request to avoid races between wineconsole and kernel32.dll.

---
 dlls/kernel32/console.c            |   28 ++++++++++++++++++++++++----
 programs/wineconsole/wineconsole.c |   33 +++++++++++++++++++--------------
 server/console.c                   |    2 ++
 server/protocol.def                |    2 ++
 4 files changed, 47 insertions(+), 18 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-winecon-server.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131029/96170f89/attachment.txt>


More information about the wine-patches mailing list