summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 0949e856e..ced12af49 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -60,6 +60,8 @@ typedef enum {
DRAGGING_SELECTION,
DRAGGING_PAGE_SCROLL,
DRAGGING_FRAME,
+ DRAGGING_SCR_X,
+ DRAGGING_SCR_Y,
DRAGGING_OTHER
} browser_drag_type;
@@ -135,6 +137,9 @@ struct browser_window {
int width;
int height;
+ struct scrollbar *scroll_x; /**< Horizontal scroll. */
+ struct scrollbar *scroll_y; /**< Vertical scroll. */
+
/** scale of window contents */
float scale;