comparison src/msdos.c @ 16210:4c03f0e575d7

(IT_set_menu_bar_lines): Clear last_overlay_modified field.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 1996 06:31:45 +0000
parents c5c4d478c78d
children c987c025d448
comparison
equal deleted inserted replaced
16209:40552cb9a45d 16210:4c03f0e575d7
688 int n; 688 int n;
689 { 689 {
690 struct window *w = XWINDOW (window); 690 struct window *w = XWINDOW (window);
691 691
692 XSETFASTINT (w->last_modified, 0); 692 XSETFASTINT (w->last_modified, 0);
693 XSETFASTINT (w->last_overlay_modified, 0);
693 XSETFASTINT (w->top, XFASTINT (w->top) + n); 694 XSETFASTINT (w->top, XFASTINT (w->top) + n);
694 XSETFASTINT (w->height, XFASTINT (w->height) - n); 695 XSETFASTINT (w->height, XFASTINT (w->height) - n);
695 696
696 /* Handle just the top child in a vertical split. */ 697 /* Handle just the top child in a vertical split. */
697 if (!NILP (w->vchild)) 698 if (!NILP (w->vchild))