aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBasil L. Contovounesios2025-12-28 23:46:46 +0100
committerBasil L. Contovounesios2026-02-17 15:22:06 +0100
commit8cd687c5c61506ab2c212ae33ba4bb94ee85c161 (patch)
tree80bb11489f7eb09f777acad2df9a7bafed3cd94c /src
parent0e451ce2eac380e0dcfff6e1c53ebe2a96b20179 (diff)
downloademacs-8cd687c5c61506ab2c212ae33ba4bb94ee85c161.tar.gz
emacs-8cd687c5c61506ab2c212ae33ba4bb94ee85c161.zip
; Fix typo in struct image commentary.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index ce5b8e9f085..55f4118d676 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3252,7 +3252,7 @@ struct image
3252 int face_font_height; 3252 int face_font_height;
3253 int face_font_width; 3253 int face_font_width;
3254 3254
3255 /* True if this image has a `transparent' background -- that is, is 3255 /* True if this image has a `transparent' background -- that is, it
3256 uses an image mask. The accessor macro for this is 3256 uses an image mask. The accessor macro for this is
3257 `IMAGE_BACKGROUND_TRANSPARENT'. */ 3257 `IMAGE_BACKGROUND_TRANSPARENT'. */
3258 bool_bf background_transparent : 1; 3258 bool_bf background_transparent : 1;