diff options
author | Po Lu <luangruo@yahoo.com> | 2022-06-25 14:24:18 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-06-25 14:24:18 +0800 |
commit | a70f731e412f4393211f132ea989102c98d17b78 (patch) | |
tree | 35bb748f68fef8b63a03c74c399fe08424903586 /src | |
parent | b257a7894b6b8536ee16e6b334207c8f5c887280 (diff) | |
download | emacs-a70f731e412f4393211f132ea989102c98d17b78.tar.gz |
; Fix typo in last change
; * src/dispextern.h (struct image): Fix typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 797b4730cd3..170641f1ba9 100644 --- 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. */ |