Omit glyphs initialization at startup.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Nov 2012 06:11:40 +0000 (10:11 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Nov 2012 06:11:40 +0000 (10:11 +0400)
commit2a14f83bbdb59565f3e4bffa8e583270e10cf92c
tree45168ab55413daefe7a6902d2551339bea5d2a6b
parent7db1bda8a4a757581f2b93a90657ae667d7e62fb
Omit glyphs initialization at startup.
* dispnew.c (glyphs_initialized_initially_p): Remove.
(adjust_frame_glyphs_initially): Likewise.  Adjust users.
(Fredraw_frame): Move actual code from here...
(redraw_here): ...to here.  Add eassert.  Adjust comment.
(Fredraw_display): Use redraw_frame.
* xdisp.c (clear_garbaged_frames): Likewise.
src/ChangeLog
src/dispnew.c
src/xdisp.c