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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/frame.h
Date: Thu, 26 Jun 2003 17:18:46 -0400

Index: emacs/src/frame.h
diff -c emacs/src/frame.h:1.102 emacs/src/frame.h:1.103
*** emacs/src/frame.h:1.102     Sat May 24 17:58:07 2003
--- emacs/src/frame.h   Thu Jun 26 17:18:45 2003
***************
*** 451,456 ****
--- 451,461 ----
    /* Set to non-zero in change_frame_size when size of frame changed
       Clear the frame in clear_garbaged_frames if set.  */
    unsigned resized_p : 1;
+ 
+   /* Set to non-zero if the default face for the frame has been
+      realized.  Reset to zero whenever the default face changes.
+      Used to see the difference between a font change and face change.  */
+   unsigned default_face_done_p : 1;
  };
  
  #ifdef MULTI_KBOARD




reply via email to

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