]> git.eshelyaron.com Git - emacs.git/commit
Use 65535 as color-values scale value in the NS backend
authorMattias Engdegård <mattiase@acm.org>
Sat, 6 Jun 2020 09:23:48 +0000 (11:23 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 7 Jun 2020 08:37:27 +0000 (10:37 +0200)
commit9fc935f1225f75eb36091060b02a583cf32ff30c
treeff19d0500e6f7d4c4a20622b17b87f8ad3ea8e7b
parent788cd6d8b98c0e7750e478ae84e580f29576b5ff
Use 65535 as color-values scale value in the NS backend

* src/nsfns.m (Fxw_color_values): Scale with 65535 instead of 65280, for
uniformity with other backends.
* lisp/faces.el (color-values): Update doc string.
* doc/lispref/frames.texi (Color Names): Update examples.
doc/lispref/frames.texi
lisp/faces.el
src/nsfns.m