aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/haikuimage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/haikuimage.c b/src/haikuimage.c
index 4ffa214f1cf..fe960bbc291 100644
--- a/src/haikuimage.c
+++ b/src/haikuimage.c
@@ -52,6 +52,8 @@ haiku_can_use_native_image_api (Lisp_Object type)
52 mime_type = "image/svg"; 52 mime_type = "image/svg";
53 else if (EQ (type, Qpbm)) 53 else if (EQ (type, Qpbm))
54 mime_type = "image/pbm"; 54 mime_type = "image/pbm";
55 else if (EQ (type, Qwebp))
56 mime_type = "image/webp";
55 57
56 if (!mime_type) 58 if (!mime_type)
57 return 0; 59 return 0;