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

(x_make_frame_visible): Start one_in_four at 1.

This commit is contained in:
Richard M. Stallman 1994-08-03 23:20:26 +00:00
parent 06e8cf7450
commit 133bbcd690

View file

@ -5671,7 +5671,7 @@ x_make_frame_visible (f)
so that incoming events are handled. */
{
Lisp_Object frame;
int one_in_four = 0;
int one_in_four = 1;
XSET (frame, Lisp_Frame, f);
while (! f->async_visible)
{