summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'IncSet.h')
-rw-r--r--IncSet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/IncSet.h b/IncSet.h
index db05eccd..27538f4b 100644
--- a/IncSet.h
+++ b/IncSet.h
@@ -35,6 +35,7 @@ typedef struct IncSet_ {
IncMode* active;
FunctionBar* defaultBar;
bool filtering;
+ bool found;
} IncSet;
typedef const char* (*IncMode_GetPanelValue)(Panel*, int);