summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Panel.h b/Panel.h
index 16f0c2fe..91c0a40c 100644
--- a/Panel.h
+++ b/Panel.h
@@ -42,12 +42,12 @@ struct Panel_ {
WINDOW* window;
Vector* items;
int selected;
- int scrollV, scrollH;
- int scrollHAmount;
int oldSelected;
+ char* eventHandlerBuffer;
+ int scrollV;
+ short scrollH;
bool needsRedraw;
RichString header;
- char* eventHandlerBuffer;
};