pkgsrc/x11/xview-lib/patches/patch-fd

21 lines
564 B
Text
Raw Normal View History

$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);