blob: e0c9c229364e280c046cbb6d5134e5aeb0fbc7ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$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;
{
|