summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-bb
blob: 48ffd04e78f258d0a33850f342ffe253e03691a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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");