projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e021ac
)
* src/w32image.c (w32_can_use_native_image_api): Fix comment.
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 10 Sep 2022 03:29:54 +0000
(
05:29
+0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 10 Sep 2022 03:30:06 +0000
(
05:30
+0200)
src/w32image.c
patch
|
blob
|
history
diff --git
a/src/w32image.c
b/src/w32image.c
index da748b8dab4f4e126f845fe2e000fe1755db9a15..af10d2bd26526f8ef99540cabb4cc37becdfb744 100644
(file)
--- 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;
}