Fix session GUI startup.
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Dec 2013 16:27:25 +0000 (18:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Dec 2013 16:27:25 +0000 (18:27 +0200)
 src/frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
 startup.

src/ChangeLog
src/frame.h

index 2372e97..ccf107e 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
+       startup.
+
 2013-12-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object.
index 91b8ca0..f9b368f 100644 (file)
@@ -948,7 +948,7 @@ default_pixels_per_inch_y (void)
                              hlinfo->mouse_face_mouse_y);      \
        unblock_input ();                                       \
       }                                                                \
-  } while (true)
+  } while (false)
 
 /* Set visibility of frame F.
    We call redisplay_other_windows to make sure the frame gets redisplayed