summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 18:20:39 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 18:20:39 +0100
commitef98b3928a97210ae725f40373eede6e372edd78 (patch)
treec77cf34ea9252ce7124add3c9a1eb825bfe9f164 /include/view-internal.h
parent3fa1940a5c98798c7f10827d248fefab87c58baf (diff)
Small cleanup.
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 3a822a4c..4e381226 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -68,6 +68,8 @@ struct RofiViewState
textbox **modi;
MenuFlags menu_flags;
+
+ xcb_window_t window;
// Handlers.
void ( *x11_event_loop )( struct RofiViewState *state, xcb_generic_event_t *ev, xkb_stuff *xkb );
void ( *finalize )( struct RofiViewState *state );