projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e7185c
)
; * src/image.c: move #endif to correct place
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 11 Apr 2022 15:10:21 +0000
(17:10 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 11 Apr 2022 15:11:00 +0000
(17:11 +0200)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index d6c2af7f19984d32742949c016296e68c0a1c403..e4782495f391cf08dd04fb6d00a1880a02de4ba5 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-2866,6
+2866,8
@@
anim_get_animation_cache (Lisp_Object spec)
return cache;
}
+#endif /* HAVE_WEBP || HAVE_GIF */
+
/* Call FN on every image in the image cache of frame F. Used to mark
Lisp Objects in the image cache. */
@@
-8520,10
+8522,6
@@
tiff_load (struct frame *f, struct image *img)
\f
-
-
-#endif /* HAVE_GIF || HAVE_WEBP */
-
/***********************************************************************
GIF
***********************************************************************/