summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-01 09:37:20 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-01 09:37:20 +0100
commit8bd7db31d286faf7ce7e7ac40777aa9e5716d4fc (patch)
treec8752df1b31ba7eeea270248ba4252110b367052 /include/view-internal.h
parent9ee61a64472da87f89dc88f0cfb14049f79bd77d (diff)
Add message box to view structure. Always add it, disable it when not showing anything
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 70c8f2ff..10b42260 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -40,6 +40,11 @@ struct RofiViewState
listview *list_view;
/** #textbox widget showing the overlay. */
textbox *overlay;
+ /** #container holding the message box */
+ container *mesg_box;
+ /** #textbox containing the message entry */
+ textbox *mesg_tb;
+
/** Array with the levenshtein distance for each eleemnt. */
int *distance;
/** Array with the translation between the filtered and unfiltered list. */