Files
pkgsrc-ng/x11/xcolorsel/patches/patch-RgbSrc.c
2016-11-18 22:39:22 +01:00

14 lines
496 B
C

$NetBSD: patch-RgbSrc.c,v 1.1 2015/10/14 20:17:28 wiz Exp $
--- RgbSrc.c.orig 1994-11-13 22:14:31.000000000 +0000
+++ RgbSrc.c
@@ -134,7 +134,7 @@ RgbSrcClassRec rgbSrcClassRec = {
{ /* text_src fields */
/* Read */ XtInheritRead,
/* Replace */ XtInheritReplace,
- /* Scan */ (_XawTextPositionFunc)myscan,
+ /* Scan */ myscan,
/* Search */ XtInheritSearch,
/* SetSelection */ XtInheritSetSelection,
/* ConvertSelection */ XtInheritConvertSelection,