From 2ecf199cf70d24e1ac359640c21cc79a81b68461 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 23 Jul 2006 22:45:24 +0000 Subject: Horizontally scroll in larger increments when on the Linux console because of slow update of unaccelerated fb --- Panel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index eda9c85d..512545b2 100644 --- a/Panel.h +++ b/Panel.h @@ -13,6 +13,7 @@ in the source distribution for its full text. #include "Vector.h" #include "CRT.h" #include "RichString.h" +#include "ListItem.h" #include #include @@ -41,6 +42,7 @@ struct Panel_ { Vector* items; int selected; int scrollV, scrollH; + int scrollHAmount; int oldSelected; bool needsRedraw; RichString header; -- cgit v1.2.3