diff src/scrollbar.c @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 558f606b08ae
children a4f53d9b3154
line wrap: on
line diff
--- a/src/scrollbar.c	Mon Aug 13 10:38:47 2007 +0200
+++ b/src/scrollbar.c	Mon Aug 13 10:39:40 2007 +0200
@@ -603,7 +603,7 @@
      completely at either window edge, we do this always, as users
      usually do not reposition scrollbars 200 times a second or so. Do
      you? */
-  if (NILP (w->vertical_divider_draggable_p))
+  if (NILP (w->vertical_divider_always_visible_p))
     MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (XFRAME (WINDOW_FRAME (w)));
   else
     MARK_WINDOWS_CHANGED (w);