Re: Website move



On Thu, 23 Feb 2006, Stefan Westerfeld wrote:

  Hi!

On Sun, Feb 19, 2006 at 01:24:22AM +0100, Tim Janik wrote:
The site layout and HTML have also been improved during the move, the
website
should be much more portable across different browsers now.
Please feel free to explore the new site and report any problems you
encounter
(broken links, missing redirects, layout problems, etc).

I think the following (http://beast.gtk.org/bse-interface.html#BseDot)
is not right:

struct BseDot
{
 SfiReal *x;
 SfiReal *y;
};

It should be

struct BseDot
{
 SfiReal x;
 SfiReal y;
};

instead. The other records have similar problems.

thanks for catching. fixed in CVS and the web now.


  Cu... Stefan

---
ciaoTJ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]