summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-10 19:40:19 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-10 19:40:19 +0100
commitfdb4c99456c869110a76bde5495993f299117406 (patch)
tree3e29f2639a005701ebed9abbe49cd249315ccf2d /include/view-internal.h
parent2cd8888d2cd4e9f2aaa605c025d63344757ee563 (diff)
Remove normal window global.
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 9632e810..e6c23d55 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -65,6 +65,8 @@ typedef struct RofiViewState
// Sidebar view
ssize_t num_modi;
textbox **modi;
+
+ MenuFlags menu_flags;
// Handlers.
void ( *x11_event_loop )( struct RofiViewState *state, XEvent *ev );
void ( *finalize )( struct RofiViewState *state );