projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b257a78
)
; Fix typo in last change
author
Po Lu
<luangruo@yahoo.com>
Sat, 25 Jun 2022 06:24:18 +0000
(14:24 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 25 Jun 2022 06:24:18 +0000
(14:24 +0800)
; * src/dispextern.h (struct image): Fix typo.
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 797b4730cd372929b2b605611188ab0379847ea3..170641f1ba9250dd9b2bcc31f1fec116b40bb494 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-3070,7
+3070,7
@@
struct image
Non-NULL means it and its Pixmap counterpart may be out of sync
and the latter is outdated. NULL means the X image has been
synchronized to Pixmap. */
-
v
XImage *ximg, *mask_img;
+ XImage *ximg, *mask_img;
# if !defined USE_CAIRO && defined HAVE_XRENDER
/* Picture versions of pixmap and mask for compositing. */