From 845125c2e7811cc10a7735a24b0f39d0098b24f4 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 28 Apr 2010 07:46:30 +0000 Subject: [PATCH] * video unit maxwidth increased to 240 (FV editor only good to 255, a small safety margin) git-svn-id: trunk@15195 - --- rtl/inc/videoh.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/inc/videoh.inc b/rtl/inc/videoh.inc index ef533d361a..4b0d66b901 100644 --- a/rtl/inc/videoh.inc +++ b/rtl/inc/videoh.inc @@ -110,7 +110,7 @@ const {The following constants were variables in the past. LowAscii = true; NoExtendedFrame = false; - FVMaxWidth = 132; + FVMaxWidth = 240; Procedure LockScreenUpdate; { Increments the screen update lock count with one.}