aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-08-02 18:32:39 +0000
committerRichard M. Stallman <[email protected]>1995-08-02 18:32:39 +0000
commit91ea2a7a547218570395ab13d7c59217d5810cb9 (patch)
treeb1e7b5ede854dcdabdae9ee78e44608e45e8ef69 /src/xterm.c
parentf2cfa9a63eeeb5ad139debc60b4fbb2f2475c570 (diff)
(XTread_socket): For UnmapNotify, use x_top_window_to_frame.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 4367976035..89b7bf9052 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3554,7 +3554,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
break;
case UnmapNotify:
- f = x_any_window_to_frame (dpyinfo, event.xunmap.window);
+ f = x_top_window_to_frame (dpyinfo, event.xunmap.window);
if (f) /* F may no longer exist if
the frame was deleted. */
{