* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 15 Aug 2013 05:23:40 +0000 (09:23 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 15 Aug 2013 05:23:40 +0000 (09:23 +0400)
commit9c25330708e49ddaeb71f16a65cdc1b51be2a27d
tree0d03865094f5189816fccdff2248a22761713a50
parent05e64f9f63f98108bb04f8ab45343e507862d8f4
* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)
(tty_free_frame_resources, delete_tty): Prefer eassert to emacs_abort.
* image.c (make_image_cache): For struct image_cache, prefer xmalloc
to xzalloc and so avoid redundant call to memset.
* xterm.c (x_term_init): Avoid unnecessary initializations of dpyinfo
members because it is allocated with xzalloc and so already zeroed.
src/ChangeLog
src/image.c
src/term.c
src/xterm.c