[3/4] wineconsole: Fix a dialog text issue and modify default font height

Hugh McMaster hugh.mcmaster at masterindexing.com
Mon May 20 21:37:22 CDT 2013


This patch modifies the text of a dialog box in wineconsole's user backend mode to better indicate why the window size must be less than or equal to the size of the screen buffer.

The patch also modifies the default console font height from 12 pixels to 16 pixels.  Wineconsole is unable to render a font with a height of 12 pixels. It defaults to 16 pixels on the first initialization, but reports a height of 12 pixels. Any initialization after the first results in wineconsole using a font height of 16 pixels anyway.

Tested on Linux Mint 14 and Mac OS X Mountain Lion (via MacPorts).

---
 programs/wineconsole/registry.c     |    2 +-
 programs/wineconsole/wineconsole.rc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0003-wineconsole-rc-registry.c.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130520/f2e64c06/attachment.txt>


More information about the wine-patches mailing list