Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
authorMiles Bader <miles@gnu.org>
Fri, 4 Jun 2004 06:00:59 +0000 (06:00 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 4 Jun 2004 06:00:59 +0000 (06:00 +0000)
commit9717e36cff1ceda0bbebb2209c9fbbbd420af6d0
tree4bcc228ea273eed5cf6e2f4134cb41d63635fca8
parent5129f10c94db38789a92f396f568f993d726e7bd
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370

Move `display-supports-face-attributes-p' entirely into C code

Previously only the tty-related portion of display-supports-face-attributes-p
was done in C.  This just moves the graphical-display related bits into C
too, which allows us to implement them properly (the previous attempt to do a
halfway-proper job in lisp didn't work because of funny conditions during
emacs startup).
lisp/ChangeLog
lisp/faces.el
src/ChangeLog
src/xfaces.c