emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a70f731e41: ; Fix typo in last change


From: Po Lu
Subject: master a70f731e41: ; Fix typo in last change
Date: Sat, 25 Jun 2022 02:24:29 -0400 (EDT)

branch: master
commit a70f731e412f4393211f132ea989102c98d17b78
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; 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 797b4730cd..170641f1ba 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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]