summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-20 14:22:28 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-20 14:22:28 +0100
commitedef40bbc432c092b1e5f4f6f5d408180ba188b3 (patch)
tree7d877e0ddbe6261b640b66754c42e985d676fdcc /content/content.h
parent971058cd67f738e4d64d1bbce234fa9340cb2668 (diff)
downloadnetsurf-edef40bbc432c092b1e5f4f6f5d408180ba188b3.tar.gz
netsurf-edef40bbc432c092b1e5f4f6f5d408180ba188b3.tar.bz2
Don't pass struct box to content open.
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/content.h b/content/content.h
index 8987e2cdf..562bcd798 100644
--- a/content/content.h
+++ b/content/content.h
@@ -40,7 +40,6 @@
#include "desktop/mouse.h"
#include "desktop/plot_style.h"
-struct box;
struct browser_window;
struct content;
struct llcache_handle;
@@ -218,8 +217,7 @@ void content_mouse_action(struct hlcache_handle *h, struct browser_window *bw,
bool content_redraw(struct hlcache_handle *h, struct content_redraw_data *data,
const struct rect *clip, const struct redraw_context *ctx);
void content_open(struct hlcache_handle *h, struct browser_window *bw,
- struct content *page, struct box *box,
- struct object_params *params);
+ struct content *page, struct object_params *params);
void content_close(struct hlcache_handle *h);
struct selection *content_get_selection(struct hlcache_handle *h);
void content_get_contextual_content(struct hlcache_handle *h,