From dd1fb8cb77da751a2c397f7492750b9ba79214b3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 15 Dec 2013 18:27:25 +0200 Subject: [PATCH] Fix session GUI startup. src/frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at startup. --- src/ChangeLog | 5 +++++ src/frame.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2372e97589..ccf107e307 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-12-15 Eli Zaretskii + + * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at + startup. + 2013-12-15 Paul Eggert * gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object. diff --git a/src/frame.h b/src/frame.h index 91b8ca0490..f9b368fb5e 100644 --- a/src/frame.h +++ b/src/frame.h @@ -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 -- 2.20.1