* xterm.c (x_flush): Call XFlush once per each X display, not
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 1 Aug 2013 05:56:20 +0000 (09:56 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 1 Aug 2013 05:56:20 +0000 (09:56 +0400)
commit1ca6cc28eb0aa7a7c20059e3eb1078ac3b646d79
tree91af8359187f93858fdd25a54a52be40758d3d5d
parentc791c18e2364d4cabb2ebd317c963541a4c3bd5a
* xterm.c (x_flush): Call XFlush once per each X display, not
frame.  This is better because this code always unconditionally
skips non-X frames in Vframe_list and issues the only XFlush if
we have more than one X frame on the same X display.
src/ChangeLog
src/xterm.c