From 1b805a31720727008b32b1129a167758519fd4db Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 2 May 2022 16:04:21 +0200 Subject: New upstream version 3.2.0 --- IncSet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'IncSet.h') 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); -- cgit v1.2.3