pkgsrc/x11/xview-lib/patches/patch-da
abs 35d1674f84 - 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

22 lines
680 B
Text

$NetBSD: patch-da,v 1.2 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/textsw/txt_move.c.orig 1993-06-29 05:17:47.000000000 +0000
+++ lib/libxview/textsw/txt_move.c
@@ -55,7 +55,7 @@ static char sccsid[] = "@(#)txt_move
static int dnd_data_key = 0; /* XXX: Don't do this at home kids. */
static int dnd_view_key = 0;
-static int DndConvertProc();
+int DndConvertProc();
Pkg_private Es_handle textsw_esh_for_span();
Pkg_private Es_index ev_resolve_xy();
@@ -688,7 +688,7 @@ textsw_do_drag_copy_move(view, ie, is_co
xv_destroy(dnd_accept_cursor);
}
-static int
+int
DndConvertProc(dnd, type, data, length, format)
Dnd dnd;
Atom *type;