(menu_face_changed_default): New variable.
authorGerd Moellmann <gerd@gnu.org>
Wed, 22 Aug 2001 09:44:15 +0000 (09:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 22 Aug 2001 09:44:15 +0000 (09:44 +0000)
commitceeda019c038432b3fdf792698ee47d894e51d78
tree54424a0bafd28ae7da31c7324d46646971f6b4b8
parent90893c55a8e506342be3963b1a5dccb22f8dd8c3
(menu_face_changed_default): New variable.
(menu_face_changed_count): Variable removed.
(Finternal_set_lisp_face_attribute): Doc fix.  If FRAME is t, set
the menu_face_changed_default flag, otherwise set the FRAME's
menu_face_changed_p flag if the `menu' face has been changed.
Prevent calling set_font_frame_param if FRAME is t.
(make_face_cache): Initialize cache's menu_face_changed_p
from menu_face_changed_default.
(realize_basic_faces): Look into the frame's face cache to
determine if the menu appearance needs updating.
src/xfaces.c