summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-25 12:04:11 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-25 12:04:11 +0100
commiteed2a97eca65f1b65faf85865d67171031653727 (patch)
tree8046128b9b02b9dbb7750d86239a26c8c0d46b19 /render/html.h
parentaf3cb6bf94b77cda7435cc26f55aca8b193bd89d (diff)
downloadnetsurf-eed2a97eca65f1b65faf85865d67171031653727.tar.gz
netsurf-eed2a97eca65f1b65faf85865d67171031653727.tar.bz2
Add bw function to get scrollbar type.
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h5
1 files changed, 3 insertions, 2 deletions
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 */