aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJoakim Verona2011-07-05 11:27:32 +0200
committerJoakim Verona2011-07-05 11:27:32 +0200
commitd812bba65d7f22a624c8cc19e9ec21ffe3720228 (patch)
treea217ce72e72646458352eeec8e48c9b2766e7709 /src/window.c
parentf53a15f2c3b8eec90e76c95058842d76e60d29cd (diff)
downloademacs-d812bba65d7f22a624c8cc19e9ec21ffe3720228.tar.gz
emacs-d812bba65d7f22a624c8cc19e9ec21ffe3720228.zip
tweak to improve deletion of xwviews when emacs windows are closed
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 93f763ec9af..3c867145620 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3953,6 +3953,7 @@ when WINDOW is the only window on its frame. */)
3953 { 3953 {
3954 /* Block input. */ 3954 /* Block input. */
3955 BLOCK_INPUT; 3955 BLOCK_INPUT;
3956 xwidget_view_delete_all_in_window(w);
3956 window_resize_apply (p, horflag); 3957 window_resize_apply (p, horflag);
3957 3958
3958 windows_or_buffers_changed++; 3959 windows_or_buffers_changed++;