summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-25 17:07:37 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-25 17:07:37 +0000
commit210f24118ce88a06a106077e00f486fbae83bda7 (patch)
tree15f100257359b8deacda168e86f221bdc8a36321 /src
parent4b5585f4f468853157cd4dce989e28e42713ce28 (diff)
downloademacs-210f24118ce88a06a106077e00f486fbae83bda7.tar.gz
(XTread_socket): For MapNotify, call record_asynch_buffer_change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8ea2810c78c..c95c98ad195 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3532,6 +3532,11 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
count++;
numchars--;
}
+ else
+ /* Force a redisplay sooner or later
+ to update the frame titles
+ in case this is the second frame. */
+ record_asynch_buffer_change ();
}
#ifdef USE_X_TOOLKIT
goto OTHER;