mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
* src/image.c: Fix comment.
This commit is contained in:
parent
d52035e8b6
commit
f092b0961b
1 changed files with 2 additions and 3 deletions
|
|
@ -6421,9 +6421,8 @@ image_can_use_native_api (Lisp_Object type)
|
|||
}
|
||||
|
||||
/*
|
||||
* These functions are actually defined in the OS-native implementation
|
||||
* file. Currently, for Windows GDI+ interface, w32image.c, but other
|
||||
* operating systems can follow suit.
|
||||
* These functions are actually defined in the OS-native implementation file.
|
||||
* Currently, for Windows GDI+ interface, w32image.c, and nsimage.m for macOS.
|
||||
*/
|
||||
|
||||
/* Indices of image specification fields in native format, below. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue