aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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