]> git.eshelyaron.com Git - emacs.git/commit
Simplify box display code on Haiku
authorPo Lu <luangruo@yahoo.com>
Thu, 3 Feb 2022 05:16:35 +0000 (05:16 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 3 Feb 2022 05:16:35 +0000 (05:16 +0000)
commitabdb198474e96cc7426196453ebe55dbd2a7c74d
treea8f4fc74d80b33999eb3e95b55e09da52d4f3147
parent11ee58de9db67ff2431d243fd7ab83ea8f417cb5
Simplify box display code on Haiku

* src/haikuterm.c (haiku_calculate_relief_colors): Remove
`rgbout_c' parameter.
(haiku_draw_relief_rect): Push state if performing additional
clipping.
(haiku_draw_string_box): Stop passing clip rects to the relief
drawing functions.
(haiku_draw_glyph_string): Fix calls to haiku_draw_string_box
for new parameters.
src/haikuterm.c