]> git.eshelyaron.com Git - emacs.git/commit
Fix initialization of Haiku font driver
authorPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 10:57:17 +0000 (10:57 +0000)
committerPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 10:58:45 +0000 (10:58 +0000)
commitb5dd337ada80ec89651677cfd8630380afca6f91
treec19c37ae4f7740a55ff5f02ffcfe5f89b97a599f
parent8400c59358c69574f3eeb2751b517f94abb28274
Fix initialization of Haiku font driver

* src/font.c (register_font_driver): Fix comment.

* src/haikufont.c (haikufont_booleans): New list.
(haikufont_filter_properties): New function.
(haikufont_driver): Register new hook.
(syms_of_haikufont_for_pdumper): Register font driver globally.
(syms_of_haikufont): Call it in a pdumper hook.
src/font.c
src/haikufont.c