From: Po Lu Date: Sat, 25 Jun 2022 06:24:18 +0000 (+0800) Subject: ; Fix typo in last change X-Git-Tag: emacs-29.0.90~1447^2~1481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a70f731e412f4393211f132ea989102c98d17b78;p=emacs.git ; Fix typo in last change ; * src/dispextern.h (struct image): Fix typo. --- 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. */