summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-19 22:10:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-20 08:04:23 +0200
commit3918625804053bec0d98d2519fb86d698cf56a7b (patch)
treeb990a9141e13507199adc07b8aad163034d7fa69 /include/view-internal.h
parentf79c078144ed705393c8f0d069d419f9bb6b981b (diff)
Move teardown to the logic place again (possible with deamon mode removed)
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 4e381226..3d89170d 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -20,9 +20,6 @@ struct RofiViewState
unsigned int max_rows;
unsigned int columns;
- // window width,height
- unsigned int w, h;
- int x, y;
unsigned int element_width;
int top_offset;
@@ -68,8 +65,6 @@ 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 );