diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-12-15 18:27:25 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-12-15 18:27:25 +0200 |
commit | dd1fb8cb77da751a2c397f7492750b9ba79214b3 (patch) | |
tree | 8b545bcc34a2ad5d7cf6e1f4628d75bd7ace8b3e /src/frame.h | |
parent | 27c1b043848ddf2db6146682fb2479d7da36cd34 (diff) |
Fix session GUI startup.
src/frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
startup.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |