]> git.eshelyaron.com Git - emacs.git/commit
Allow looking up window system colors on Haiku
authorPo Lu <luangruo@yahoo.com>
Sun, 24 Apr 2022 05:37:22 +0000 (05:37 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 24 Apr 2022 05:37:22 +0000 (05:37 +0000)
commite2d870016cb3981baef128cabe849fdb63127541
treefc76ebb7d2d86201ed2299b52e060a5cb78009dd
parentddbf2e8ab79ddc4464cc5bda6b28ff80867a3582
Allow looking up window system colors on Haiku

* lisp/help-fns.el (help-fns--editable-variable): Fix describing
variables which don't have symbol values.
* lisp/term/haiku-win.el (haiku-allowed-ui-colors): Set list of
allowed UI colors.
* src/haiku_support.cc (be_get_ui_color): New function.
* src/haiku_support.h: Update prototypes.
* src/haikufns.c (haiku_get_color): Look for defined UI color.
(syms_of_haikufns): New defvar `haiku-allowed-ui-colors'.
* src/haikuterm.c (haiku_term_init): Fix coding style.
lisp/help-fns.el
lisp/term/haiku-win.el
src/haiku_support.cc
src/haiku_support.h
src/haikufns.c
src/haikuterm.c