]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in last change
authorPo Lu <luangruo@yahoo.com>
Sat, 25 Jun 2022 06:24:18 +0000 (14:24 +0800)
committerPo 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

index 797b4730cd372929b2b605611188ab0379847ea3..170641f1ba9250dd9b2bcc31f1fec116b40bb494 100644 (file)
@@ -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.  */