X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cffcede78a72f85e00dd6dea1507eed6f2f14351..a5f696acd2f4ad2a22fd1b5e48ea97d2ffa311b9:/src/frame.h diff --git a/src/frame.h b/src/frame.h index 6ecfcf970b..a2ca24a014 100644 --- a/src/frame.h +++ b/src/frame.h @@ -451,6 +451,11 @@ struct frame /* 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