]> git.eshelyaron.com Git - emacs.git/commit
Get rid of android_lookup_method
authorPo Lu <luangruo@yahoo.com>
Sun, 26 Feb 2023 07:00:47 +0000 (15:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 26 Feb 2023 07:00:47 +0000 (15:00 +0800)
commit744f19c22f2be1f8ab6d5da89eb33392fcbcfc25
treed69880538c950b020345801423beb7b452491d58
parent74a7d34361a857fdb48ec89276f0efedec32f6d0
Get rid of android_lookup_method

* src/android.c (struct android_emacs_window): New methods.
(android_init_emacs_window): Add new methods.
(android_lookup_method): Delete now-unused function.
(android_change_window_attributes, android_reparent_window)
(android_map_window, android_unmap_window, android_resize_window)
(android_move_window, android_set_input_focus)
(android_raise_window, android_lower_window, android_get_geometry)
(android_translate_coordinates, android_set_dont_focus_on_map)
(android_set_dont_accept_focus): Don't look up the class and
method each time when calling a function; that's just waste.
src/android.c