From eed2a97eca65f1b65faf85865d67171031653727 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 25 Oct 2014 12:04:11 +0100 Subject: Add bw function to get scrollbar type. --- render/html.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index a5ee5ffa5..6f222dbf6 100644 --- a/render/html.h +++ b/render/html.h @@ -32,6 +32,7 @@ #include "content/content_type.h" #include "css/css.h" +#include "desktop/browser.h" #include "desktop/mouse.h" #include "desktop/plot_style.h" #include "desktop/frame_types.h" @@ -117,7 +118,7 @@ struct content_html_frames { struct nsurl *url; /** frame url */ bool no_resize; /** frame is not resizable */ - frame_scrolling scrolling; /** scrolling characteristics */ + browser_scrolling scrolling; /** scrolling characteristics */ bool border; /** frame has a border */ colour border_colour; /** frame border colour */ @@ -134,7 +135,7 @@ struct content_html_iframe { char *name; /** frame name (for targetting) */ struct nsurl *url; /** frame url */ - frame_scrolling scrolling; /** scrolling characteristics */ + browser_scrolling scrolling; /** scrolling characteristics */ bool border; /** frame has a border */ colour border_colour; /** frame border colour */ -- cgit v1.2.3