2010-05-27 21:13:54 -04:00
|
|
|
--- lib/libxview/rect/rect_util.c.orig Tue Jun 29 07:15:17 1993
|
|
|
|
+++ lib/libxview/rect/rect_util.c Sun May 23 14:16:14 2010
|
|
|
|
@@ -16,6 +16,8 @@ static char sccsid[] = "@(#)rect_util.c 20.13 93/0
|
2000-04-02 11:25:13 -04:00
|
|
|
|
|
|
|
#include <xview/rect.h>
|
|
|
|
|
|
|
|
+static int rect_nearest_edge();
|
|
|
|
+
|
|
|
|
/*
|
|
|
|
* Compute the distance from rect to (x, y). If (x, y) is in rect, zero is
|
|
|
|
* returned. If x_used or y_used are non-zero, the projection point is
|