comparison src/xterm.c @ 83196:22658e29bd48

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-501 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-502 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-503 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-504 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-505 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-236
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 23 Aug 2004 10:12:04 +0000
parents 69ebc75cb461 e6e0caa7ec87
children d58083e7ec81
comparison
equal deleted inserted replaced
83195:1199c806ed07 83196:22658e29bd48
6176 come for sub-windows and they don't mean that the 6176 come for sub-windows and they don't mean that the
6177 frame is visible. */ 6177 frame is visible. */
6178 f = x_top_window_to_frame (dpyinfo, event.xmap.window); 6178 f = x_top_window_to_frame (dpyinfo, event.xmap.window);
6179 if (f) 6179 if (f)
6180 { 6180 {
6181 /* wait_reading_process_input will notice this and update 6181 /* wait_reading_process_output will notice this and update
6182 the frame's display structures. 6182 the frame's display structures.
6183 If we where iconified, we should not set garbaged, 6183 If we where iconified, we should not set garbaged,
6184 because that stops redrawing on Expose events. This looks 6184 because that stops redrawing on Expose events. This looks
6185 bad if we are called from a recursive event loop 6185 bad if we are called from a recursive event loop
6186 (x_dispatch_event), for example when a dialog is up. */ 6186 (x_dispatch_event), for example when a dialog is up. */