summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-12-15 18:27:25 +0200
committerEli Zaretskii <eliz@gnu.org>2013-12-15 18:27:25 +0200
commitdd1fb8cb77da751a2c397f7492750b9ba79214b3 (patch)
tree8b545bcc34a2ad5d7cf6e1f4628d75bd7ace8b3e /src/frame.h
parent27c1b043848ddf2db6146682fb2479d7da36cd34 (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.h2
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