]> git.eshelyaron.com Git - emacs.git/commit
Clean up Haiku code
authorPo Lu <luangruo@yahoo.com>
Sun, 22 May 2022 12:22:44 +0000 (12:22 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 22 May 2022 12:23:51 +0000 (12:23 +0000)
commit4c1af80322145159530a057d97a8828318e560c8
treef927ff231db8d351c9e16831268ae6ae8fc756c1
parent2b63fabcd3a42ce336400909ca0fb09ec23a88ba
Clean up Haiku code

* src/haiku_support.cc (movement_locker, class EmacsWindow)
(MouseMoved): Delete `movement_locker' and associated hack,
since it's superseeded by some code in haiku_read_socket.
(key_map, key_chars, dpy_color_space, popup_track_message)
(alert_popup_value, grab_view, grab_view_locker)
(drag_and_drop_in_progress): Write comments and fix
initializers.

* src/haikuterm.c (haiku_read_socket): Update comment.
src/haiku_support.cc
src/haikuterm.c