pkgsrc/x11/xcolorsel/patches/patch-RgbSink.c
wiz d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00

13 lines
484 B
C

$NetBSD: patch-RgbSink.c,v 1.1 2015/10/14 20:17:28 wiz Exp $
--- RgbSink.c.orig 1994-12-13 21:32:37.000000000 +0000
+++ RgbSink.c
@@ -147,7 +147,7 @@ RgbSinkClassRec rgbSinkClassRec = {
/* extension */ NULL
},
{ /* text_sink fields */
- /* DisplayText */ (_XawSinkVoidFunc) mydisp,
+ /* DisplayText */ mydisp,
/* InsertCursor */ XtInheritInsertCursor,
/* ClearToBackground */ XtInheritClearToBackground,
/* FindPosition */ XtInheritFindPosition,