From 5f5a248ad5594a03e7d5397e35018b539ae9ce8f Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Thu, 25 Apr 2019 08:44:36 -0600 Subject: fixup! Add terminal hook defined_color_hook --- src/w32fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32fns.c') diff --git a/src/w32fns.c b/src/w32fns.c index a4228442035..525642bfaab 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -1173,7 +1173,7 @@ gamma_correct (struct frame *f, COLORREF *color) the selected frame; if so, return the rgb values in COLOR_DEF. If ALLOC is nonzero, allocate a new colormap cell. */ -int +bool w32_defined_color (struct frame *f, const char *color, XColor *color_def, bool alloc_p, bool _makeIndex) { -- cgit v1.2.1