f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
--- ./lib/libxview/rect/rect_util.c.orig Tue Jun 29 07:15:17 1993
|
|
+++ ./lib/libxview/rect/rect_util.c Sat Apr 1 18:25:27 2000
|
|
@@ -16,6 +16,8 @@ static char sccsid[] = "@(#)rect_uti
|
|
|
|
#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
|