From bf8fff033a91ae7e74ae019d193111995c8ef7c7 Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Wed, 17 Apr 2019 08:04:46 -0600 Subject: fixup! Rename non-X x_* identifiers --- src/nsimage.m | 2 +- src/nsterm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nsimage.m b/src/nsimage.m index f16910de088..33236c48d42 100644 --- a/src/nsimage.m +++ b/src/nsimage.m @@ -193,7 +193,7 @@ ns_set_alpha (void *img, int x, int y, unsigned char a) EmacsImage *image; /* Search bitmap-file-path for the file, if appropriate. */ - found = x_find_image_file (file); + found = image_find_image_file (file); if (!STRINGP (found)) return nil; found = ENCODE_FILE (found); diff --git a/src/nsterm.h b/src/nsterm.h index fb683a62921..683f2dd9341 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -1143,7 +1143,7 @@ ns_defined_color (struct frame *f, XColor *color_def, bool alloc, bool makeIndex); extern void -ns_query_color (void *col, XColor *color_def, int setPixel); +ns_query_color (void *col, XColor *color_def, bool setPixel); #ifdef __OBJC__ extern int ns_lisp_to_color (Lisp_Object color, NSColor **col); -- cgit v1.2.1