pkgsrc/x11/xview-lib/patches/patch-az
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

25 lines
604 B
Text

$NetBSD: patch-az,v 1.3 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/selection/sel_req.c.orig 1994-06-26 01:05:21.000000000 +0000
+++ lib/libxview/selection/sel_req.c
@@ -55,7 +55,10 @@ static int ProcessMultiple();
static int GetSelection();
static int ProcessReply();
static Requestor *SelGetReq();
-
+static int XvGetRequestedValue();
+static int ProcessNonBlkIncr();
+static int ProcessReq();
+static int OldPkgIsOwner();
/*ARGSUSED*/
Pkg_private int
@@ -1226,7 +1229,7 @@ Selection_requestor sel;
}
-static XID
+Pkg_private XID
SelGetOwnerXID( selReq )
Sel_req_info *selReq;
{