blob: 74c61243d293912c148e549b4cfba86f7deb4685 (
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.2 2001/12/20 09:19:56 tron Exp $
--- lib/libxview/selection/sel_req.c.orig Sun Jun 26 03:05:21 1994
+++ lib/libxview/selection/sel_req.c Thu Dec 20 10:09:17 2001
@@ -55,7 +55,10 @@
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 @@
}
-static XID
+Pkg_private XID
SelGetOwnerXID( selReq )
Sel_req_info *selReq;
{
|