changeset 8437:85bcdaceeebc

(x_make_frame_visible): Start one_in_four at 1.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Aug 1994 23:20:26 +0000
parents 5000ab25b470
children 579232f9f99d
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Aug 03 23:11:05 1994 +0000
+++ b/src/xterm.c	Wed Aug 03 23:20:26 1994 +0000
@@ -5671,7 +5671,7 @@
      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)
       {