comparison src/xterm.c @ 12750:7e5276da6270

(XTread_socket): For UnmapNotify, use x_top_window_to_frame.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Aug 1995 18:32:39 +0000
parents a3466dad7d6d
children 6f07c79d9a05
comparison
equal deleted inserted replaced
12749:ce48ec025b0a 12750:7e5276da6270
3552 source area was completely 3552 source area was completely
3553 available */ 3553 available */
3554 break; 3554 break;
3555 3555
3556 case UnmapNotify: 3556 case UnmapNotify:
3557 f = x_any_window_to_frame (dpyinfo, event.xunmap.window); 3557 f = x_top_window_to_frame (dpyinfo, event.xunmap.window);
3558 if (f) /* F may no longer exist if 3558 if (f) /* F may no longer exist if
3559 the frame was deleted. */ 3559 the frame was deleted. */
3560 { 3560 {
3561 /* While a frame is unmapped, display generation is 3561 /* While a frame is unmapped, display generation is
3562 disabled; you don't want to spend time updating a 3562 disabled; you don't want to spend time updating a