summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index db253f6b..21e048e2 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -101,6 +101,12 @@ struct RofiViewState
unsigned int num_modi;
/** Array of #textbox that act as buttons for switching modi */
textbox **modi;
+
+ /** Total rows. */
+ textbox *tb_total_rows;
+ /** filtered rows */
+ textbox *tb_filtered_rows;
+
/** Settings of the menu */
MenuFlags menu_flags;
/** If mouse was within view previously */