blob: fcebfa58c451703e6786f0fc090726102c1cf42f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ay,v 1.3 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/selection/sel_own.c.orig 1994-06-26 01:05:22.000000000 +0000
+++ lib/libxview/selection/sel_own.c
@@ -35,6 +35,7 @@ static int SelLoseOwnership();
static int sel_set_ownership(/* sel_owner */);
static int (*OldErrorHandler)();
static int SelOwnerErrorHandler();
+static int SendIncr();
static int ValidatePropertyEvent();
static void SelClean();
|