Index: [thread] [date] [subject] [author]
  From: Thomas Tanner <tanner@gmx.de>
  To  : GGI mailing list <ggi-develop@eskimo.com>
  Date: Sun, 09 Aug 1998 00:42:29 +0000

region code update

Hi *

 I've just fixed a small bug in my complex region code 
 which affected regionIntersectRect and regionIntersect.
 I also changed the interface of 

int     rectIntersect(rect_t *r1, rect_t *r2, rect_t *result);
void    rectUnion(rect_t *r1, rect_t *r2, rect_t *result);

 The new version (0.3) can be found on my home page
 http://home.pages.de/~tanner/ggi.html#misc and 
 in the libgwt sources in our developer tree.

-- 
Thomas Tanner -----------------------------
email: tanner@gmx.de tanner@ggi-project.org
web:   http://home.pages.de/~tanner
GGI:   http://www.ggi-project.org


Index: [thread] [date] [subject] [author]