summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2023-11-26 15:51:40 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2023-11-26 17:26:09 +0000
commitdbe5d1ef87ff5a348ae758bdb9635f767822d7d4 (patch)
tree1c08778afc0af2be65a63b9ddf5d698dc063da74 /utils
parentbbeb93d512973f7c04714f7a43ea185c15ec65ba (diff)
downloadnetsurf-dbe5d1ef87ff5a348ae758bdb9635f767822d7d4.tar.gz
netsurf-dbe5d1ef87ff5a348ae758bdb9635f767822d7d4.tar.bz2
Implement simple jpeg xl image handler
Diffstat (limited to 'utils')
-rw-r--r--utils/corestringlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/corestringlist.h b/utils/corestringlist.h
index b253b3b56..5cdbb3af7 100644
--- a/utils/corestringlist.h
+++ b/utils/corestringlist.h
@@ -167,6 +167,7 @@ CORESTRING_LWC_VALUE(application_octet_stream, "application/octet-stream");
CORESTRING_LWC_VALUE(image_gif, "image/gif");
CORESTRING_LWC_VALUE(image_png, "image/png");
CORESTRING_LWC_VALUE(image_jpeg, "image/jpeg");
+CORESTRING_LWC_VALUE(image_jxl, "image/jxl");
CORESTRING_LWC_VALUE(image_bmp, "image/bmp");
CORESTRING_LWC_VALUE(image_vnd_microsoft_icon, "image/vnd.microsoft.icon");
CORESTRING_LWC_VALUE(image_webp, "image/webp");