tupdate - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f054210f2706748113c78cedfcdb9c2268f78928
 (DIR) parent e72e360a1a5a74d85a721b8405790593b033277b
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 30 Dec 2005 16:00:02 +0000
       
       update
       
       Diffstat:
         M include/html.h                      |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/html.h b/include/html.h
       t@@ -171,6 +171,7 @@ struct Item
                Item*        next;                // successor in list of items
                int                width;        // width in pixels (0 for floating items)
                int                height;        // height in pixels
       +        Rectangle        r;
                int                ascent;        // ascent (from top to baseline) in pixels
                int                anchorid;        // if nonzero, which anchor we're in
                int                state;        // flags and values (see below)
       t@@ -223,6 +224,7 @@ struct Iimage
                uchar        vspace;                // in pixels; buffer space on top and bottom
                uchar        border;                // in pixels: border width to draw around image
                Iimage*        nextimage;        // next in list of document's images
       +        void *aux;
        };
        
        
       t@@ -230,6 +232,7 @@ struct Iformfield
        {
                Item item;                                // (with tag ==Iformfieldtag)
                Formfield*        formfield;
       +        void *aux;
        };