mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
$NetBSD: patch-bp,v 1.3 2012/12/11 04:54:47 dholland Exp $
|
|
|
|
--- lwlib/lwlib.c.orig 1998-04-06 12:24:33.000000000 +0200
|
|
+++ lwlib/lwlib.c 2008-04-04 21:33:16.000000000 +0200
|
|
@@ -1302,7 +1300,7 @@
|
|
XtVaSetValues (widget_to_invert,
|
|
XtNforeground, background,
|
|
XtNbackground, foreground,
|
|
- 0);
|
|
+ NULL);
|
|
}
|
|
|
|
void
|