mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
$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();
|