From: Martin Rudalics Date: Wed, 5 Feb 2014 18:37:36 +0000 (+0100) Subject: Fix last fix of note_mouse_highlight X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81f9a6edde971d8ec7d31cab03a766feb6ae074b;p=emacs.git Fix last fix of note_mouse_highlight --- 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; }