--- np2/common/rect.h 2003/10/16 17:57:10 1.1 +++ np2/common/rect.h 2005/02/07 14:46:08 1.2 @@ -34,9 +34,9 @@ typedef struct { } UNIRECT; -BOOL rect_in(const RECT_T *rect, int x, int y); +BRESULT rect_in(const RECT_T *rect, int x, int y); int rect_num(const RECT_T *rect, int cnt, int x, int y); -BOOL rect_isoverlap(const RECT_T *r1, const RECT_T *r2); +BRESULT rect_isoverlap(const RECT_T *r1, const RECT_T *r2); void rect_enumout(const RECT_T *tag, const RECT_T *base, void *arg, void (*outcb)(void *arg, const RECT_T *rect)); void rect_add(RECT_T *dst, const RECT_T *src);