From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32d987d50802290712m721a3dd8l295debff1fd0e338@mail.gmail.com> Date: Fri, 29 Feb 2008 12:12:05 -0300 From: "Federico G. Benavento" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] problem with compilation of abaco from fgb's sources In-Reply-To: <67b41893c969d3590f328775143cfde0@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <32d987d50802290632l4e41ff93vb98239be63440128@mail.gmail.com> <67b41893c969d3590f328775143cfde0@quanstro.net> Topicbox-Message-UUID: 68be9742-ead3-11e9-9d60-3106f5b1d025 hmmm... I'm not getting this, my patch just adds an int color to the ruler item. don't know where did those rectangles came from. On Fri, Feb 29, 2008 at 11:50 AM, erik quanstrom wrote: > i believe the patch is out-of-date. this is a diff > against the current html.h > > ; 9diff html.h > /n/sources/plan9//sys/include/html.h:173,178 - html.h:173,179 > 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) */ > /n/sources/plan9//sys/include/html.h:350,355 - html.h:351,357 > Item* image; /* image item, for Fimage fields */ > int ctlid; /* identifies control for this field in layout */ > SEvent* events; /* same as genattr->events of containing item */ > + void* aux; > }; > > enum { > /n/sources/plan9//sys/include/html.h:464,469 - html.h:466,472 > int row; /* row of upper left corner */ > int col; /* col of upper left corner */ > Point pos; /* nw corner of cell contents, in cell */ > + Rectangle r; > }; > > /* Anchor is for info about hyperlinks that go somewhere */ > > - erik > -- Federico G. Benavento