From 81f9a6edde971d8ec7d31cab03a766feb6ae074b Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 5 Feb 2014 19:37:36 +0100 Subject: [PATCH] Fix last fix of note_mouse_highlight --- src/xdisp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xdisp.c b/src/xdisp.c index 755c061c43e..980e905b097 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -28569,6 +28569,7 @@ note_mouse_highlight (struct frame *f, int x, int y) { note_mode_line_or_margin_highlight (window, x, y, part); +#ifdef HAVE_WINDOW_SYSTEM if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN) { cursor = FRAME_X_OUTPUT (f)->nontext_cursor; @@ -28576,6 +28577,7 @@ note_mouse_highlight (struct frame *f, int x, int y) goto set_cursor; } else +#endif return; } -- 2.39.2