Re: Website move



   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.

   Cu... Stefan
-- 
Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan



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