pkgsrc/x11/xview-lib/patches/patch-fd
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

20 lines
564 B
Text

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