From 7b36937c81b7d48effabe0490fddb3bb5f6ae04a Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 8 Nov 2003 09:41:45 +0000 Subject: [PATCH] New height scaling variable Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1410 --- include/vga.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vga.h b/include/vga.h index fa1ae3c2..1faf3c25 100644 --- a/include/vga.h +++ b/include/vga.h @@ -98,6 +98,7 @@ typedef struct { Bitu height; Bitu pitch; Bitu blank; + Bitu scaleh; bool double_width; bool double_height; Bitu lines;