aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorStefan Monnier2014-03-20 10:09:37 -0400
committerStefan Monnier2014-03-20 10:09:37 -0400
commitcaecb91c581d4ec0fc008a35005d8009f43087ee (patch)
treea1ec19db2c583f3dfea1c53b26c6936f978bbad9 /src/xdisp.c
parent7b9cb5448748b75a15840b7fba080cdcb341d0f7 (diff)
downloademacs-caecb91c581d4ec0fc008a35005d8009f43087ee.tar.gz
emacs-caecb91c581d4ec0fc008a35005d8009f43087ee.zip
* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.
* src/xterm.c (handle_one_xevent) <MapNotify>: Don't garbage the frame. * src/frame.c (frame_garbaged): Make "docstring" more precise.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index b7821eb5048..6f39324d2f0 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -27253,7 +27253,7 @@ show_mouse_face (Mouse_HLInfo *hlinfo, enum draw_glyphs_face draw)
27253 if (/* If window is in the process of being destroyed, don't bother 27253 if (/* If window is in the process of being destroyed, don't bother
27254 to do anything. */ 27254 to do anything. */
27255 w->current_matrix != NULL 27255 w->current_matrix != NULL
27256 /* Don't update mouse highlight if hidden */ 27256 /* Don't update mouse highlight if hidden. */
27257 && (draw != DRAW_MOUSE_FACE || !hlinfo->mouse_face_hidden) 27257 && (draw != DRAW_MOUSE_FACE || !hlinfo->mouse_face_hidden)
27258 /* Recognize when we are called to operate on rows that don't exist 27258 /* Recognize when we are called to operate on rows that don't exist
27259 anymore. This can happen when a window is split. */ 27259 anymore. This can happen when a window is split. */