]> git.eshelyaron.com Git - emacs.git/commit
Eliminate the "display faces"; store GCs in the "computed faces".
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 05:19:13 +0000 (05:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 05:19:13 +0000 (05:19 +0000)
commit42120bc769f1cd7335ed5070a9c70b40da7335b3
treee2406a43584f358c616f1fbb2666143622f49d68
parent8e3d10a98706b7d70c1d55a5052c0a69536988db
Eliminate the "display faces"; store GCs in the "computed faces".
(face_vector, nfaces, nfaces_allocated): Vars deleted.
(free_frame_faces): Free GCs in the computed faces.
Free the computed faces themselves.
(clear_face_cache): Renamed from clear_face_vector
and completely rewritten to free GCs in the computed faces.
(get_cached_face): Function deleted.
(build_face): Function deleted; code moved into intern_face.
(intern_face): Don't treat default and modeline faces specially.
(recompute_basic_faces): Call intern_face, not build_face.

(intern_face, clear_face_vector, load_font, unload_font)
(load_color, free_frame_faces, recompute_basic_faces): Use FRAME_X_DISPLAY.
src/xfaces.c