changeset 8943:a9e40d478857

(display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Sep 1994 05:12:09 +0000
parents a43f3b56ed47
children 07b281d80445
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue Sep 20 05:07:53 1994 +0000
+++ b/src/xdisp.c	Tue Sep 20 05:12:09 1994 +0000
@@ -3382,7 +3382,7 @@
 	    {
 	      int i;
 
-	      for (i = 0; i < VERTICAL_SCROLL_BAR_WIDTH; i++)
+	      for (i = 0; i < FRAME_SCROLL_BAR_COLS (f); i++)
 		*end-- = ' ';
 	    }
 	  else