summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-04-25 08:44:36 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-25 08:44:36 -0600
commit5f5a248ad5594a03e7d5397e35018b539ae9ce8f (patch)
tree9380ba7729d3d8aa32353828053fc0d468d461b4 /src/w32fns.c
parent1df2f604907b511af1de9ce5d5a77837bd02ab3a (diff)
downloademacs-5f5a248ad5594a03e7d5397e35018b539ae9ce8f.tar.gz
fixup! Add terminal hook defined_color_hookscratch/x_emacs
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
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)
{