diff options
| author | Stefan Kangas | 2021-10-17 16:07:59 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-17 16:07:59 +0200 |
| commit | f092b0961b32037cc2428339a7f2f3495d83ccfd (patch) | |
| tree | 9fd15d14f94fede1dc4ede62fe3083d72893314b /src | |
| parent | d52035e8b648f5d15e618b81f3a23f8dc55bdc1b (diff) | |
| download | emacs-f092b0961b32037cc2428339a7f2f3495d83ccfd.tar.gz emacs-f092b0961b32037cc2428339a7f2f3495d83ccfd.zip | |
* src/image.c: Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c index 206c7baa2f8..470409c6483 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -6421,9 +6421,8 @@ image_can_use_native_api (Lisp_Object type) | |||
| 6421 | } | 6421 | } |
| 6422 | 6422 | ||
| 6423 | /* | 6423 | /* |
| 6424 | * These functions are actually defined in the OS-native implementation | 6424 | * These functions are actually defined in the OS-native implementation file. |
| 6425 | * file. Currently, for Windows GDI+ interface, w32image.c, but other | 6425 | * Currently, for Windows GDI+ interface, w32image.c, and nsimage.m for macOS. |
| 6426 | * operating systems can follow suit. | ||
| 6427 | */ | 6426 | */ |
| 6428 | 6427 | ||
| 6429 | /* Indices of image specification fields in native format, below. */ | 6428 | /* Indices of image specification fields in native format, below. */ |