From 4b38a2d61a0d46485c885529a054a5bacb014c1d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 26 Mar 2004 22:16:31 +0000 Subject: [project @ 2004-03-26 22:16:31 by jmb] Imagemap support svn path=/import/netsurf/; revision=671 --- render/box.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 7e74da638..8fd7a1a93 100644 --- a/render/box.h +++ b/render/box.h @@ -195,6 +195,8 @@ struct box { /** Form control data, or 0 if not a form control. */ struct form_control* gadget; + char *usemap; /** (Image)map to use with this object, or 0 if none */ + /** Object in this box (usually an image), or 0 if none. */ struct content* object; /** Parameters for the object, or 0. */ -- cgit v1.2.3