Index: emacs/src/frame.h
diff -c emacs/src/frame.h:1.111 emacs/src/frame.h:1.112
*** emacs/src/frame.h:1.111     Sun Aug  7 12:33:17 2005
--- emacs/src/frame.h   Thu Sep  8 22:30:08 2005
***************
*** 468,473 ****
--- 468,476 ----
    /* Set to non-zero if this frame has already been hscrolled during
       current redisplay.  */
    unsigned already_hscrolled_p : 1;
+ 
+   /* Set to non-zero when current redisplay has updated frame.  */
+   unsigned updated_p : 1;
  };
  
  #ifdef MULTI_KBOARD


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to