blob: 355e2b2accff6d45b8500f1c4baa5af5934c9d4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-fd,v 1.2 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/dnd/dnd_dsdm.c.orig 1993-06-29 05:16:00.000000000 +0000
+++ lib/libxview/dnd/dnd_dsdm.c
@@ -26,6 +26,7 @@ static char sccsid[] = "@(#)dnd_dsdm
(dnd->siteRects[i].screen_number == dnd->screenNumber)
Xv_private int DndSendPreviewEvent();
+static void ReplyProc();
Xv_private int
@@ -40,7 +41,6 @@ DndContactDSDM(dnd)
if (!dnd->sel) {
Xv_object owner,
server;
- static void ReplyProc();
owner = (Xv_object)xv_get(DND_PUBLIC(dnd), XV_OWNER);
|