summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-11-07 11:49:45 +0100
committerDave Davenport <qball@gmpclient.org>2019-11-07 11:49:45 +0100
commitc1378e4c6060acb53ff9743839f5ee631256c17f (patch)
treee2501b6ad67cac4b4a7644137c428e895b164163 /include
parent5f57519940b033740f607bb52dfddc7457ca5c20 (diff)
[View] Add two widgets num-rows/num-filtered-rows
Issue: #1026
Diffstat (limited to 'include')
-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 */