From a70f731e412f4393211f132ea989102c98d17b78 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 25 Jun 2022 14:24:18 +0800 Subject: [PATCH] ; Fix typo in last change ; * src/dispextern.h (struct image): Fix typo. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5