Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
297:deca3c1083ac | 298:70ad99077275 |
---|---|
601 divider appearane changes lotta things. Although we actually need | 601 divider appearane changes lotta things. Although we actually need |
602 to do this only if the scrollbar has appeared or disappeared | 602 to do this only if the scrollbar has appeared or disappeared |
603 completely at either window edge, we do this always, as users | 603 completely at either window edge, we do this always, as users |
604 usually do not reposition scrollbars 200 times a second or so. Do | 604 usually do not reposition scrollbars 200 times a second or so. Do |
605 you? */ | 605 you? */ |
606 if (NILP (w->vertical_divider_draggable_p)) | 606 if (NILP (w->vertical_divider_always_visible_p)) |
607 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (XFRAME (WINDOW_FRAME (w))); | 607 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (XFRAME (WINDOW_FRAME (w))); |
608 else | 608 else |
609 MARK_WINDOWS_CHANGED (w); | 609 MARK_WINDOWS_CHANGED (w); |
610 } | 610 } |
611 | 611 |