Review and drop old frame resize hack.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Sep 2013 16:47:43 +0000 (20:47 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Sep 2013 16:47:43 +0000 (20:47 +0400)
commit0750a308d0e72331dacf30b6fa176cb289c6ff87
tree7e6038bd078950f99ae6acb3e236a37e1774ecd4
parent71bd1a008412d223ffa16a5eabd51771b8c94e50
Review and drop old frame resize hack.
* frame.h (struct frame): Remove force_flush_display_p.
* dispnew.c (update_frame): Adjust user and don't call
flush_frame here.  The comment has said that there was an issues
with redisplaying fringes, but I don't see any differences with
and without this hack.  Hopefully we can continue without it.
* xdisp.c (clear_garbaged_frames): Adjust user and do not clear
current frame matrices twice if resized_p is set.
src/ChangeLog
src/dispnew.c
src/frame.h
src/xdisp.c