emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.h


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/frame.h
Date: Thu, 08 Sep 2005 18:30:08 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]