(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