507d305947
Bump PKGREVISION.
22 lines
685 B
Text
22 lines
685 B
Text
$NetBSD: patch-bb,v 1.1 2008/04/05 21:29:14 kristerw Exp $
|
|
|
|
--- lwlib/lwlib-Xaw.c.orig 1996-01-15 10:17:38.000000000 +0100
|
|
+++ lwlib/lwlib-Xaw.c 2008-04-04 21:35:59.000000000 +0200
|
|
@@ -84,7 +84,7 @@
|
|
XtVaSetValues (widget,
|
|
XtNlength, data->scrollbar_height,
|
|
XtNthickness, width,
|
|
- 0);
|
|
+ NULL);
|
|
}
|
|
|
|
/*
|
|
@@ -611,7 +611,7 @@
|
|
|
|
/* We have to force the border width to be 0 otherwise the
|
|
geometry manager likes to start looping for awhile... */
|
|
- XtVaSetValues (scrollbar, XtNborderWidth, 0, 0);
|
|
+ XtVaSetValues (scrollbar, XtNborderWidth, 0, NULL);
|
|
|
|
XtRemoveAllCallbacks (scrollbar, "jumpProc");
|
|
XtRemoveAllCallbacks (scrollbar, "scrollProc");
|