Mercurial > hg > xemacs-beta
diff src/scrollbar-x.c @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | a145efe76779 |
children | 5a88923fcbfe |
line wrap: on
line diff
--- a/src/scrollbar-x.c Mon Aug 13 09:42:28 2007 +0200 +++ b/src/scrollbar-x.c Mon Aug 13 09:43:35 2007 +0200 @@ -189,7 +189,7 @@ Boolean use_backing_store; XtVaGetValues (FRAME_X_TEXT_WIDGET (f), - XtNuseBackingStore, &use_backing_store, 0); + XtNuseBackingStore, &use_backing_store, NULL); if (use_backing_store && sb_widget) { @@ -309,7 +309,7 @@ done. */ if (!in_resource_setting) XtVaSetValues (FRAME_X_TEXT_WIDGET (f), XtNscrollBarWidth, - XINT (newval), 0); + XINT (newval), NULL); if (XtIsRealized (FRAME_X_CONTAINER_WIDGET (f))) { @@ -351,7 +351,7 @@ (which might specify a user preference). */ if (!in_resource_setting) XtVaSetValues (FRAME_X_TEXT_WIDGET (f), XtNscrollBarHeight, - XINT (newval), 0); + XINT (newval), NULL); if (XtIsRealized (FRAME_X_CONTAINER_WIDGET (f))) {