projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be6204
)
; * src/xdisp.c (draw_glyphs): Fix coding style.
author
Po Lu
<luangruo@yahoo.com>
Sat, 23 Dec 2023 12:50:16 +0000
(20:50 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 23 Dec 2023 12:50:16 +0000
(20:50 +0800)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 0a1fef9b81c02f936ae33ce57e56d69def1b3ec4..2a979c5cb9e07058db435217c367570652cb9cef 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-30955,7
+30955,7
@@
draw_glyphs (struct window *w, int x, struct glyph_row *row,
ptrdiff_t id;
id = lookup_image (f, s->img->spec, hlinfo->mouse_face_face_id);
s->img = IMAGE_FROM_ID (f, id);
- prepare_image_for_display(f, s->img);
+ prepare_image_for_display
(f, s->img);
}
}
#endif