--- xmil/common/rect.h 2004/08/01 05:31:29 1.1 +++ xmil/common/rect.h 2004/08/18 15:42:32 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);