1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(x_set_internal_border_width): Set frame garbaged

when X window doesn't exist yet.
This commit is contained in:
Gerd Moellmann 2001-10-29 11:18:51 +00:00
parent ef253080e3
commit ea42193aa2

View file

@ -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