summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 8c420889..0c693065 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -69,9 +69,15 @@ struct RofiViewState
MenuFlags menu_flags;
int mouse_seen;
+ int reload;
// Handlers.
void ( *x11_event_loop )( struct RofiViewState *state, xcb_generic_event_t *ev, xkb_stuff *xkb );
void ( *finalize )( struct RofiViewState *state );
+
+ int width;
+ int height;
+ int x;
+ int y;
};
/** @} */
#endif