1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-31 10:34:32 -05:00

Add double width/height support. This passes all the relevant parts of

vttest apart from the "mad programmer" screen, which I think is a linedraw
problem.
This also intorduces proper clipping of the drawn text for good measure.

[originally from svn r2593]
This commit is contained in:
Ben Harris
2003-01-14 18:43:26 +00:00
parent b2374a64fd
commit 1f39efb94d
2 changed files with 100 additions and 9 deletions

View File

@@ -59,6 +59,12 @@ typedef struct Session {
int font_ascent;
int font_leading;
int font_boldadjust;
Point font_stdnumer;
Point font_stddenom;
Point font_widenumer;
Point font_widedenom;
Point font_bignumer;
Point font_bigdenom;
WindowPtr window;
WindowPtr settings_window;
PaletteHandle palette;