(find_realized_face): Return value changed. If RFONT is
authorhanda <handa>
Mon, 17 May 2004 06:59:33 +0000 (06:59 +0000)
committerhanda <handa>
Mon, 17 May 2004 06:59:33 +0000 (06:59 +0000)
commit16a40f15525dfb4065c7bd702d98a3cfe6fb9a03
tree034dd1da7804e75adb38566ecb62998d48e7ca0c
parent06db40351a4a41fc24cc6169c979190764daf2f7
(find_realized_face): Return value changed.  If RFONT is
NULL, avoid unnecessary checking.
(free_face): Free face->realized_face_list.
(mface__realize): Adjusted for the change of find_realized_face.
If it returns a realized face that needs update, free it and
realize a new one.  Push a new realized face to
frame->realized_face_list instead of appending.
(mface__for_chars): Adjusted for the change of find_realized_face.
Short cut if the required font is in rface->ascii_rface.
(mface_put_prop): Free old value if necessary.  Set need_update
member of realized faces to 1.
src/face.c