aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-01 09:56:20 +0400
committerDmitry Antipov2013-08-01 09:56:20 +0400
commit1ca6cc28eb0aa7a7c20059e3eb1078ac3b646d79 (patch)
tree91af8359187f93858fdd25a54a52be40758d3d5d /src/ChangeLog
parentc791c18e2364d4cabb2ebd317c963541a4c3bd5a (diff)
downloademacs-1ca6cc28eb0aa7a7c20059e3eb1078ac3b646d79.tar.gz
emacs-1ca6cc28eb0aa7a7c20059e3eb1078ac3b646d79.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 40a1d22887e..566cd2b5961 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,10 @@
3 * xterm.c (last_mouse_press_frame): Remove the 3 * xterm.c (last_mouse_press_frame): Remove the
4 leftover which is not really used any more. 4 leftover which is not really used any more.
5 (handle_one_xevent, syms_of_xterm): Adjust users. 5 (handle_one_xevent, syms_of_xterm): Adjust users.
6 (x_flush): Call XFlush once per each X display, not frame.
7 This is better because this code always unconditionally skips
8 non-X frames in Vframe_list and issues the only XFlush if we
9 have more than one X frame on the same X display.
6 10
72013-07-31 Dmitry Antipov <dmantipov@yandex.ru> 112013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8 12