Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04fff9c0
Commit
04fff9c0
authored
Mar 02, 2000
by
Gerd Moellmann
Browse files
(note_mouse_highlight): Return quickly if frame's
glyph matrices have been freed.
parent
0d0c76b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xterm.c
src/xterm.c
+2
-1
No files found.
src/xterm.c
View file @
04fff9c0
...
...
@@ -6252,7 +6252,8 @@ note_mouse_highlight (f, x, y)
return;
#endif
if (disable_mouse_highlight)
if (disable_mouse_highlight
|| !f->glyphs_initialized_p)
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