From 9f2ea3be4c50f0e30153fc648f3219b5bd7f3fa3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 5 Jul 2011 20:13:28 +0000 Subject: Iframe scrollbars. svn path=/trunk/netsurf/; revision=12571 --- desktop/browser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/browser.h') 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; -- cgit v1.2.3