summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-07-23 22:45:24 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-07-23 22:45:24 +0000
commit2ecf199cf70d24e1ac359640c21cc79a81b68461 (patch)
tree649cb393525772a260525fd58c33fa8d359ad624 /Panel.h
parenteb2803ce79604b45c070edbe1e787f4373949cfe (diff)
Horizontally scroll in larger increments when on the
Linux console because of slow update of unaccelerated fb
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 2 insertions, 0 deletions
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 <math.h>
#include <stdbool.h>
@@ -41,6 +42,7 @@ struct Panel_ {
Vector* items;
int selected;
int scrollV, scrollH;
+ int scrollHAmount;
int oldSelected;
bool needsRedraw;
RichString header;

© 2014-2024 Faster IT GmbH | imprint | privacy policy