diff options
author | Martin Rudalics <rudalics@gmx.at> | 2015-08-31 11:09:22 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2015-08-31 11:09:22 +0200 |
commit | 8af8355c3f72500986f6f10b62714b228d6f35ee (patch) | |
tree | 28e9c0569c376a89d56a36c2d32b0c8bddca9b4c /src/xterm.c | |
parent | 6cd2629bd1b3ce77d29ac28e29237c94a4197116 (diff) | |
download | emacs-8af8355c3f72500986f6f10b62714b228d6f35ee.tar.gz |
Don't call do_pending_window_change in signal handlers (Bug#21380)
* src/gtkutil.c (xg_frame_resized):
* src/xterm.c (x_set_window_size):
* src/w32term.c (x_set_window_size): Don't call
do_pending_window_change.
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 4eb777f9dc3..9ee76e967e1 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -10515,8 +10515,6 @@ x_set_window_size (struct frame *f, bool change_gravity, cancel_mouse_face (f); unblock_input (); - - do_pending_window_change (false); } /* Move the mouse to position pixel PIX_X, PIX_Y relative to frame F. */ |