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.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 10b42260..47b859b6 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -58,7 +58,7 @@ struct RofiViewState
/** Previously called key action. */
KeyBindingAction prev_action;
/** Time previous key action was executed. */
- xcb_timestamp_t last_button_press;
+ int32_t last_button_press;
/** Indicate view should terminate */
int quit;
@@ -68,8 +68,6 @@ struct RofiViewState
unsigned int selected_line;
/** The return state of the view */
MenuReturn retv;
- /** Monitor #workarea the view is displayed on */
- workarea mon;
/** #box holding the different modi buttons */
box *sidebar_bar;
@@ -90,10 +88,9 @@ struct RofiViewState
int width;
/** Height of the view */
int height;
- /** X position of the view */
- int x;
- /** Y position of the view */
- int y;
+ /** Buffer pool */
+ display_buffer_pool *pool;
+ gboolean frame_callback;
/** Regexs used for matching */
GRegex **tokens;