aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-29 11:18:51 +0000
committerGerd Moellmann2001-10-29 11:18:51 +0000
commitea42193aa27f5a2ebb1c02e30e1dfec1f395625c (patch)
tree63b21ae95c256fb75850f2ec6989758d28488f6f /src
parentef253080e3954b13445a83796c84cfdcbaaa559d (diff)
downloademacs-ea42193aa27f5a2ebb1c02e30e1dfec1f395625c.tar.gz
emacs-ea42193aa27f5a2ebb1c02e30e1dfec1f395625c.zip
(x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 96ddd1f4dc8..d9287a464e3 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1935,6 +1935,8 @@ x_set_internal_border_width (f, arg, oldval)
1935 SET_FRAME_GARBAGED (f); 1935 SET_FRAME_GARBAGED (f);
1936 do_pending_window_change (0); 1936 do_pending_window_change (0);
1937 } 1937 }
1938 else
1939 SET_FRAME_GARBAGED (f);
1938} 1940}
1939 1941
1940void 1942void