diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-29 11:18:51 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-29 11:18:51 +0000 |
commit | ea42193aa27f5a2ebb1c02e30e1dfec1f395625c (patch) | |
tree | 63b21ae95c256fb75850f2ec6989758d28488f6f /src/xfns.c | |
parent | ef253080e3954b13445a83796c84cfdcbaaa559d (diff) | |
download | emacs-ea42193aa27f5a2ebb1c02e30e1dfec1f395625c.tar.gz |
(x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 2 |
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) SET_FRAME_GARBAGED (f); do_pending_window_change (0); } + else + SET_FRAME_GARBAGED (f); } void |