summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-27 17:08:46 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-27 17:08:46 +0200
commit0fdb1068da5c0585a12667e960b9751355f6d76c (patch)
tree00c88e0beb2236c8bba13b64241a39e898207be5 /include
parentb73f938a826153ae6e8ebbcc9c7624f146c49d44 (diff)
Allow layout to be overwritten
Diffstat (limited to 'include')
-rw-r--r--include/view-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index e4cb619c..edf0f63a 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -51,7 +51,7 @@ struct RofiViewState
/** Flag indicating if view needs to be refiltered. */
int refilter;
/** Widget representing the main container. */
- container *main_window;
+ box *main_window;
/** Main #box widget holding different elements. */
box *main_box;
/** #box widget packing the input bar widgets. */