* font.c (clear_font_cache): New function, stripped from...
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Aug 2013 08:18:11 +0000 (12:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Aug 2013 08:18:11 +0000 (12:18 +0400)
commita45543bc75e845c9217130c65ddd00a81c18ffd1
tree2d09d300e4d7c211389215e2c991c57162689d47
parentae966a860afc2d7ebbb1e96a68c2df3cfbdc2b81
* font.c (clear_font_cache): New function, stripped from...
(Fclear_font_cache): ...here, which now uses the function
above.  Adjust comment.
* font.h (clear_font_cache): Add prototype.
* xfaces.c (clear_face_cache): Use clear_font_cache.
src/ChangeLog
src/font.c
src/font.h
src/xfaces.c