d15f48992a
Adapt some packages so they build with that. Bump their PKGREVISIONs.
13 lines
484 B
C
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,
|