diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-10 05:29:54 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-10 05:30:06 +0200 |
commit | 72daa8b95aff464e204cc9498b7bed8aecd05661 (patch) | |
tree | afe7036f9a47e70765795059baaad23a28a9fb48 /src/w32image.c | |
parent | 1e021ac45b352bb99e14cc9b30fa1e73ad2c267f (diff) | |
download | emacs-72daa8b95aff464e204cc9498b7bed8aecd05661.tar.gz |
* src/w32image.c (w32_can_use_native_image_api): Fix comment.
Diffstat (limited to 'src/w32image.c')
-rw-r--r-- | src/w32image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32image.c b/src/w32image.c index da748b8dab4..af10d2bd265 100644 --- a/src/w32image.c +++ b/src/w32image.c @@ -256,7 +256,7 @@ w32_can_use_native_image_api (Lisp_Object type) || EQ (type, Qbmp) || EQ (type, Qnative_image))) { - /* GDI+ can also display BMP, Exif, ICON, WMF, and EMF images. + /* GDI+ can also display Exif, ICON, WMF, and EMF images. But we don't yet support these in image.c. */ return false; } |