aboutsummaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'IncSet.h')
-rw-r--r--IncSet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/IncSet.h b/IncSet.h
index a98e7f8..15b5d5d 100644
--- a/IncSet.h
+++ b/IncSet.h
@@ -32,6 +32,7 @@ typedef struct IncMode_ {
typedef struct IncSet_ {
IncMode modes[2];
IncMode* active;
+ Panel* panel;
FunctionBar* defaultBar;
bool filtering;
bool found;
@@ -57,7 +58,7 @@ const char* IncSet_getListItemValue(Panel* panel, int i);
void IncSet_activate(IncSet* this, IncType type, Panel* panel);
-void IncSet_drawBar(const IncSet* this);
+void IncSet_drawBar(const IncSet* this, int attr);
int IncSet_synthesizeEvent(IncSet* this, int x);

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