summaryrefslogtreecommitdiff
path: root/content/content_protected.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_protected.h
parent971058cd67f738e4d64d1bbce234fa9340cb2668 (diff)
downloadnetsurf-edef40bbc432c092b1e5f4f6f5d408180ba188b3.tar.gz
netsurf-edef40bbc432c092b1e5f4f6f5d408180ba188b3.tar.bz2
Don't pass struct box to content open.
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index e37573493..a52a51be9 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -62,9 +62,7 @@ struct content_handler {
const struct rect *clip,
const struct redraw_context *ctx);
void (*open)(struct content *c, struct browser_window *bw,
- struct content *page,
- struct box *box,
- struct object_params *params);
+ struct content *page, struct object_params *params);
void (*close)(struct content *c);
struct selection * (*get_selection)(struct content *c);
void (*get_contextual_content)(struct content *c, int x, int y,