summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-03 20:28:29 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-03 20:28:29 +0000
commit898b01e72163a53aac3a93bda5181b5897299cb1 (patch)
tree7e74675cf999d342806a3f9da02698a69565a659 /render/html.h
parentb9a40d8e47bac102c998b78b97d205886bc2dafb (diff)
downloadnetsurf-898b01e72163a53aac3a93bda5181b5897299cb1.tar.gz
netsurf-898b01e72163a53aac3a93bda5181b5897299cb1.tar.bz2
More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)
svn path=/trunk/netsurf/; revision=12933
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/html.h b/render/html.h
index 4d4c8cefd..81e18d48e 100644
--- a/render/html.h
+++ b/render/html.h
@@ -102,7 +102,7 @@ struct content_html_frames {
int margin_height; /** frame margin height */
char *name; /** frame name (for targetting) */
- char *url; /** frame url */
+ nsurl *url; /** frame url */
bool no_resize; /** frame is not resizable */
frame_scrolling scrolling; /** scrolling characteristics */
@@ -120,7 +120,7 @@ struct content_html_iframe {
int margin_height; /** frame margin height */
char *name; /** frame name (for targetting) */
- char *url; /** frame url */
+ nsurl *url; /** frame url */
frame_scrolling scrolling; /** scrolling characteristics */
bool border; /** frame has a border */