summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-06-25 14:24:18 +0800
committerPo Lu <luangruo@yahoo.com>2022-06-25 14:24:18 +0800
commita70f731e412f4393211f132ea989102c98d17b78 (patch)
tree35bb748f68fef8b63a03c74c399fe08424903586 /src/dispextern.h
parentb257a7894b6b8536ee16e6b334207c8f5c887280 (diff)
downloademacs-a70f731e412f4393211f132ea989102c98d17b78.tar.gz
; Fix typo in last change
; * src/dispextern.h (struct image): Fix typo.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
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. */