summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-28 22:27:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-28 22:27:50 +0000
commit4abaf2f0857efbd700b7c31bd3fc4856613aa3ce (patch)
treed6ca606bc35dfc8838377e8fd49304d3c62c2200 /desktop/browser.h
parent240fdc51873a60759e10d9f02aa77dbef9a60f17 (diff)
downloadnetsurf-4abaf2f0857efbd700b7c31bd3fc4856613aa3ce.tar.gz
netsurf-4abaf2f0857efbd700b7c31bd3fc4856613aa3ce.tar.bz2
Intern bw->frag_id.
svn path=/trunk/netsurf/; revision=13090
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 8ad261296..d5c7079af 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -106,7 +106,7 @@ struct browser_window {
bool history_add;
/** Fragment identifier for current_content. */
- char *frag_id;
+ lwc_string *frag_id;
/** Current drag status. */
browser_drag_type drag_type;
@@ -250,7 +250,7 @@ void browser_window_get_contextual_content(struct browser_window *bw,
int x, int y, struct contextual_content *data);
void browser_window_refresh_url_bar(struct browser_window *bw, nsurl *url,
- const char *frag);
+ lwc_string *frag);
void browser_window_mouse_click(struct browser_window *bw,
browser_mouse_state mouse, int x, int y);