]> git.eshelyaron.com Git - emacs.git/commit
(intern_face): Set the fill_style.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 1994 07:01:39 +0000 (07:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 1994 07:01:39 +0000 (07:01 +0000)
commitcd0bb842f6b515dd9fa6c27fca3740c271767248
tree6668ab33f961a1948bcb1b212f4b7690d8502ba6
parentf1c7b5a673dfbbc4b3b718b2aaa29e250b535a86
(intern_face): Set the fill_style.

(copy_face, merge_faces): Copy the pixmap_h and pixmap_w.
(intern_face): Store the stipple in the GC.
(unload_color): Really do free the color.
(free_frame_faces): Call unload_pixmap.
(Fset_face_attribute_internal): Handle background pixmap.
Destroy old pixmap when necessary.
(free_frame_faces): Destroy pixmaps.
(load_pixmap): New function.
(Fpixmap_spec_p): New function.
(syms_of_xfaces): Set up Lisp function pixmap-spec-p.
Set up Qpixmap_spec_p.

(compute_base_face): Don't set cached_index field.

(compute_base_face): Use FRAME_FOREGROUND_PIXEL,
FRAME_BACKGROUND_PIXEL, FRAME_FONT.
src/xfaces.c