Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67fee863
Commit
67fee863
authored
Mar 30, 2010
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
parent
660674c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/xdisp.c
src/xdisp.c
+2
-1
No files found.
src/ChangeLog
View file @
67fee863
2010-03-30 Jan Djärv <jan.h.d@swipnet.se>
* xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
invisible (Bug#5766).
2010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
* xdisp.c (x_consider_frame_title, update_window_cursor): Remove
...
...
src/xdisp.c
View file @
67fee863
...
...
@@ -23551,7 +23551,8 @@ note_mouse_highlight (f, x, y)
#endif
if (NILP (Vmouse_highlight)
|| !f->glyphs_initialized_p)
|| !f->glyphs_initialized_p
|| f->pointer_invisible)
return;
dpyinfo->mouse_face_mouse_x = x;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment