]> git.eshelyaron.com Git - emacs.git/commit
Clean up various bits of Haiku code
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 06:34:42 +0000 (06:34 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 06:36:37 +0000 (06:36 +0000)
commit095a776d0642bced88a6357f2d889c8980e0b83a
treed30f639b69459fd2dbb7b1de9b171e90ae658ec3
parent2c5b4ae93a8dadad37a147bfde5369e0ad5de01a
Clean up various bits of Haiku code

* src/haiku_font_support.cc (BFont_string_width): Delete unused
function.
* src/haiku_support.cc (BWindow_new): Clean up type of `view'.
(BWindow_quit): Clean up coding style.
(BView_mouse_down, BView_mouse_up, BView_mouse_moved): Delete
unused functions.
(unwind_popup_file_dialog): Clean up coding style.
(be_popup_file_dialog_safe_set_target): Delete function.
(be_popup_file_dialog): Improve code clarity.
* src/haiku_support.h: Fix coding style.
* src/haikufns.c (haiku_get_color, haiku_display_info_for_name)
(check_haiku_display_info, Fhaiku_read_file_name)
(Fx_display_save_under, Fhaiku_frame_restack): Remove references
to "Be displays" and replace them with "Haiku displays".
* src/haikuselect.h: Clean up coding style.
* src/haikuterm.c (haiku_read_socket): Clean up coding style and
fix a few latent bugs.
src/haiku_font_support.cc
src/haiku_support.cc
src/haiku_support.h
src/haikufns.c
src/haikuselect.h
src/haikuterm.c